routes-router
Version:
Simplest router possible
67 lines (66 loc) • 1.63 kB
JSON
{
"name": "routes-router",
"version": "4.3.1",
"description": "Simplest router possible",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/routes-router.git",
"main": "index",
"homepage": "https://github.com/Raynos/routes-router",
"contributors": [
{
"name": "Raynos"
}
],
"bugs": {
"url": "https://github.com/Raynos/routes-router/issues",
"email": "raynos2@gmail.com"
},
"dependencies": {
"error": "^3.0.0",
"http-methods": "~1.1.0",
"httperr": "^0.5.0",
"inherits": "^2.0.1",
"routes": "^2.1.0",
"send-data": "^3.2.4",
"xtend": "~2.1.1"
},
"devDependencies": {
"hammock": "^0.1.6",
"istanbul": "^0.2.10",
"jshint": "^2.5.1",
"opn": "^0.1.2",
"pre-commit": "0.0.7",
"process": "^0.7.0",
"request": "^2.36.0",
"tap-spec": "^0.2.0",
"tape": "^2.13.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/routes-router/raw/master/LICENSE"
}
],
"scripts": {
"jshint": "jshint .",
"test": "npm run jshint && node ./test/index.js | tap-spec",
"cover": "istanbul cover --report none --print detail test/index.js",
"view-cover": "istanbul report html && opn ./coverage/index.html"
},
"testling": {
"files": "test/index.js",
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
]
}
}