diff --git a/data.js b/data.js old mode 100755 new mode 100644 index a693e375..b766c1b0 --- a/data.js +++ b/data.js @@ -5984,4 +5984,12 @@ module.exports = [ url: "https://github.com/spectjs/spect", source: "https://raw.githubusercontent.com/spectjs/spect/master/spect.js" }, + { + name: "FicusJS router", + github: "ficusjs/ficusjs-router", + tags: ["html5", "router", "routes", "browser", "location", "history", "hash", "component"], + description: "Lightweight standalone client-side router that supports history and hash routing plus web components", + url: "https://github.com/ficusjs/ficusjs-router", + source: "https://raw.githubusercontent.com/ficusjs/ficusjs-router/main/src/router.mjs" + } ];