shifty-router
Version:
Fast, modular client router
51 lines (50 loc) • 1.14 kB
JSON
{
"name": "shifty-router",
"version": "1.0.0",
"description": "Fast, modular client router",
"type": "module",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha 'test/**/*.js'",
"test:cov": "NODE_ENV=test c8 mocha 'test/**/*.js'",
"versionbump:fix": "npm version patch --no-git-tag-version",
"versionbump:feature": "npm version minor --no-git-tag-version",
"versionbump:breaking": "npm version major --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lorengreenfield/shifty-router.git"
},
"keywords": [
"client",
"router",
"modular",
"wayfarer",
"history",
"pushstate",
"single-page",
"spa",
"progressive"
],
"license": "MIT",
"dependencies": {
"global": "^4.3.0",
"xtend": "^4.0.1"
},
"standard": {
"env": [
"mocha"
]
},
"devDependencies": {
"c8": "^11.0.0",
"chai": "^6.2.2",
"dependency-check": "^2.5.1",
"jsdom": "^9.4.2",
"mocha": "^11.7.5",
"noop2": "^2.0.0",
"sinon": "^1.17.5",
"standard": "^5.4.1",
"virtual-dom": "^2.1.1"
}
}