esrol-router
Version:
You can create new routes, set allowed ways of reaching them, handle requests, get information regarding those routes, and set middleware.
44 lines (43 loc) • 1.12 kB
JSON
{
"name": "esrol-router",
"description": "You can create new routes, set allowed ways of reaching them, handle requests, get information regarding those routes, and set middleware.",
"version": "1.0.0",
"main": "index.js",
"author": "Ivaylo Ivanov <ivaylo.ivanov.ipi@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/esrol/esrol-router"
},
"bugs": {
"url": "https://github.com/esrol/esrol-router"
},
"license": "MIT",
"keywords": [
"esrol",
"routing",
"route",
"routes",
"router",
"handling"
],
"engines": {
"node": ">= 4.0.0"
},
"config": {},
"scripts": {
"test": "node_modules/.bin/mocha ./tests/test.js",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha ./tests/test",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"parseurl": "^1.3.0"
},
"devDependencies": {
"debug": "^2.2.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.1",
"chai": "^3.4.0",
"mocha": "^2.3.3",
"request": "^2.67.0"
}
}