@customerjourney/cj-router
Version:
Light router in vanilla javascript for the BuyerJourneyJS project
30 lines (29 loc) • 886 B
JSON
{
"name": "@customerjourney/cj-router",
"version": "1.2.2",
"description": "Light router in vanilla javascript for the BuyerJourneyJS project",
"main": "dist/Router",
"module": "src/Router",
"scripts": {
"prod": "esbuild src/Router.js --bundle --minify --outfile=dist/Router.min.js",
"build": "esbuild src/Router.js --bundle --outfile=dist/Router.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antoniofregoso/cj-router.git"
},
"keywords": [
"router",
"spa",
"single-page-router",
"vanilla-router",
"customerjourney"
],
"author": "Antonio Fregoso <antoniofregoso@protonmail.com>",
"license": "GPL-3.0-or-later",
"homepage": "https://customerjourney.ninja/documentation/router/router/",
"devDependencies": {
"esbuild": "^0.20.1"
}
}