slush-mongo
Version:
A slush generator for MongoDB, which can scaffold Express/Mongojs, Express/Mongoose, Express/Mongoskin and Koa/Monk apps
30 lines (29 loc) • 639 B
JSON
{
"name": "<%= nameDashed %>",
"description": "<%= modulename %> app description here",
"version": "0.0.1",
"private": true,
"dependencies": {
"ejs": "latest",
"express": "latest",
"mongojs": "latest",
"morgan": "latest",
"method-override": "latest",
"body-parser": "latest",
"errorhandler": "latest"
},
"devDependencies": {
"gulp": "latest",
"bower": "latest",
"supertest": "latest",
"mocha": "latest",
"gulp-nodemon": "latest",
"gulp-mocha": "latest",
"gulp-watch": "~0.6.4",
"forever": "latest"
},
"scripts": {
"test" : "gulp test",
"start": "app.js"
}
}