express-declarative-routing
Version:
Declarative Routing for Express.js
37 lines (36 loc) • 833 B
JSON
{
"name": "express-declarative-routing",
"version": "0.0.2",
"description": "Declarative Routing for Express.js",
"main": "lib/routing.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "coffee tests/test.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/cheesun/express-declarative-routing.git"
},
"keywords": [
"express",
"declarative",
"routing",
"routes"
],
"author": "Cheesun Choong",
"license": "MIT",
"bugs": {
"url": "https://github.com/cheesun/express-declarative-routing/issues"
},
"devDependencies": {
"coffee-script": "~1.7.1",
"express": "~3.5.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-coffeelint": "0.0.7",
"grunt-cli": "~0.1.11",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3"
}
}