slush-y
Version:
A slush generator for Best Practices with AngularJS Fullstack applications.
68 lines (67 loc) • 1.57 kB
JSON
{
"name": "slush-y",
"description": "A slush generator for Best Practices with AngularJS Fullstack applications.",
"version": "1.3.4",
"homepage": "https://github.com/joelcoxokc/slush-y",
"author": "Joel Cox <joelcox@hisimagination.com>",
"repository": {
"type": "git",
"url": "git://github.com/joelcoxokc/slush-y.git"
},
"bugs": {
"url": "https://github.com/joelcoxokc/slush-y/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/joelcoxokc/slush-y/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "slush y"
},
"dependencies": {
"bluebird": "^2.3.10",
"chalk": "^0.5.1",
"del": "^0.1.3",
"fs-extra": "^0.12.0",
"fs.extra": "^1.2.1",
"gulp": "^3.6.2",
"gulp-config": "^0.2.4",
"gulp-conflict": "^0.1.1",
"gulp-finder": "^1.0.2",
"gulp-inject": "^1.0.2",
"gulp-install": "^0.1.4",
"gulp-load-plugins": "^0.7.0",
"gulp-rename": "^1.2.0",
"gulp-storage": "^1.0.6",
"gulp-template": "^0.1.1",
"gulp-util": "^3.0.1",
"inflection": "^1.3.5",
"iniparser": "^1.0.5",
"inquirer": "^0.4.1",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"q": "^1.0.1",
"slush": ">=1.0.0",
"underscore.string": "^2.3.3"
},
"keywords": [
"slushgenerator",
"generator",
"slush",
"MEAN",
"MongoDB",
"Fullstack",
"Expressjs",
"Angularjs",
"Node"
],
"license": "ISC",
"devDependencies": {}
}