generator-ngstack
Version:
Based on DaftMonk generator-angular-fullstack, this is a custom mean stack yeoman generator
65 lines (64 loc) • 1.52 kB
JSON
{
"name": "generator-ngstack",
"version": "0.0.4",
"description": "Based on DaftMonk generator-angular-fullstack, this is a custom mean stack yeoman generator",
"keywords": [
"yeoman-generator",
"mean",
"mongodb",
"coffeeScript",
"angularjs",
"express",
"scaffold",
"fullstack",
"framework",
"component",
"front-end",
"app"
],
"homepage": "http://bitbucket.org/francois-roland/generator-custom.git",
"bugs": {
"url": "https://github.com/"
},
"author": {
"name": "François Roland"
},
"repository": {
"type": "git",
"url": "http://bitbucket.org/francois-roland/generator-custom.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"chalk": "~0.4.0",
"generator-ngcomp": "latest",
"wiredep": "~0.4.2",
"yeoman-generator": "~0.17.0"
},
"peerDependencies": {
"yo": ">=1.2.0"
},
"devDependencies": {
"chai": "^1.9.1",
"fs-extra": "^0.9.1",
"grunt": "~0.4.1",
"grunt-build-control": "git://github.com/DaftMonk/grunt-build-control",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-conventional-changelog": "~1.0.0",
"grunt-mocha-test": "^0.11.0",
"grunt-release": "~0.6.0",
"load-grunt-tasks": "~0.2.0",
"marked": "~0.2.8",
"mocha": "~1.21.0",
"q": "^1.0.1",
"semver": "~2.2.1",
"shelljs": "^0.3.0",
"underscore.string": "^2.3.3"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
}
}