slush-express-rest
Version:
Express API generator with promises and bunyan logging using slush generator.
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "slush-express-rest",
"version": "0.0.5r2",
"description": "Express API generator with promises and bunyan logging using slush generator.",
"main": "slushfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsturzl/express-api-generator.git"
},
"author": "Travis Sturzl",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arvindr21/slush-meanjs/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/tsturzl/express-api-generator/issues"
},
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"homepage": "https://github.com/tsturzl/express-api-generator#readme",
"dependencies": {
"slush": "^1.1.1",
"gulp": "^3.9.1",
"gulp-conflict": "^0.4.0",
"gulp-install": "^0.6.0",
"gulp-rename": "^1.2.2",
"inflection": "^1.8.0",
"inquirer": "^0.12.0",
"mkdirp": "^0.5.1",
"event-stream": "^3.3.2",
"mustache": "^2.2.1",
"underscore.string": "^2.3.3",
"gulp-mustache": "^2.2.0"
},
"keywords": [
"slushgenerator",
"API",
"MongoDB",
"Expressjs"
]
}