route-table
Version:
Put your routes in its own file and use route-table to parses it.
31 lines (30 loc) • 667 B
JSON
{
"name": "route-table",
"version": "0.3.2",
"description": "Put your routes in its own file and use route-table to parses it.",
"main": "index.js",
"scripts": {
"test": "make test",
"prepublish": "make lib/grammar.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chakrit/route-table"
},
"keywords": [
"routing",
"routes",
"routable",
"route",
"table"
],
"author": "Chakrit Wichian <service@chakrit.net> (http://chakrit.net)",
"license": "BSD",
"devDependencies": {
"pegjs": "~0.7.0",
"supervisor": "~0.5.2",
"tap": "~0.4.1",
"sinon": "~1.6.0",
"express": "~3.1.0"
}
}