ruter-rest
Version:
REST controller for ruterjs and mongoose
24 lines (23 loc) • 551 B
JSON
{
"name": "ruter-rest",
"version": "0.0.1",
"author": "wlzch",
"keywords": ["rest", "routing", "ruter"],
"description": "REST controller for ruterjs and mongoose",
"repository": {
"type": "git",
"url": "https://github.com/wlzch/ruter-rest.git"
},
"devDependencies": {
"mocha": "1.3.x",
"should": "1.0.x",
"underscore": "1.3.x"
},
"main": "./lib/index.js",
"engines": {
"node": "0.8.x"
},
"scripts": {
"test": "mocha --recursive test/"
}
}