slush-meanjs
Version:
A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "slush-meanjs",
"description": "A slush generator to scaffold MEAN Apps. Inspired by http://meanjs.org",
"version": "0.2.3",
"homepage": "https://github.com/arvindr21/slush-meanjs",
"author": {
"name": "Arvind Ravulavaru",
"email": "arvind.ravulavaru@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/arvindr21/slush-meanjs.git"
},
"bugs": {
"url": "https://github.com/arvindr21/slush-meanjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/arvindr21/slush-meanjs/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"gulp": "^3.6.2",
"gulp-template": "^0.1.1",
"gulp-install": "^0.1.4",
"gulp-conflict": "^0.1.1",
"gulp-rename": "^1.2.0",
"underscore.string": "^2.3.3",
"inquirer": "^0.4.1",
"inflection": "^1.3.5",
"mkdirp": "^0.5.0"
},
"keywords": [
"slushgenerator",
"MEAN",
"MongoDB",
"Expressjs",
"Angularjs",
"Node"
]
}