light-router
Version:
A node.js perfomance efficient http router.
34 lines (33 loc) • 693 B
JSON
{
"name": "light-router",
"version": "0.1.3",
"description": "A node.js perfomance efficient http router.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node ./node_modules/.bin/nodeunit test"
},
"repository": {
"type": "git",
"url": "https://github.com/herenow/light-router"
},
"keywords": [
"light-router",
"router",
"http-router"
],
"author": "herenow",
"license": "MIT",
"bugs": {
"url": "https://github.com/herenow/light-router/issues"
},
"homepage": "https://github.com/herenow/light-router",
"devDependencies": {
"benchmark": "*",
"nodeunit": "*"
},
"dependencies": {
}
}