shifty-router
Version:
Fast, modular client router, based on sheet-router
46 lines (45 loc) • 961 B
JSON
{
"name": "shifty-router",
"version": "0.1.1",
"description": "Fast, modular client router, based on sheet-router",
"main": "index.js",
"@std/esm": {
"cjs": true,
"esm": "js"
},
"scripts": {
"test": "standard && NODE_ENV=test tape test/*",
"test:cov": "standard && NODE_ENV=test istanbul cover test/*"
},
"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",
"wayfarer": "^6.2.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"dependency-check": "^2.5.1",
"istanbul": "^0.4.1",
"jsdom": "^9.4.2",
"noop2": "^2.0.0",
"sinon": "^1.17.5",
"standard": "^5.4.1",
"tape": "^4.4.0",
"virtual-dom": "^2.1.1"
}
}