generator-angular-material-fullstack
Version:
Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node
68 lines (67 loc) • 1.74 kB
JSON
{
"name": "generator-angular-material-fullstack",
"version": "0.1.2",
"description": "Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node",
"keywords": [
"yeoman-generator",
"mean",
"mongodb",
"angularjs",
"express",
"scaffold",
"fullstack",
"framework",
"component",
"front-end",
"material",
"design",
"angular-material",
"app"
],
"homepage": "https://github.com/sincraianul/generator-angular-material-fullstack",
"bugs": "https://github.com/sincraianul/generator-angular-material-fullstack/issues",
"author": "Andrei Sîncrăian",
"repository": {
"type": "git",
"url": "git://github.com/sincraianul/generator-angular-material-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"yeoman-generator": "~0.17.0",
"chalk": "~0.4.0",
"wiredep": "~0.4.2",
"generator-ng-component": "~0.0.4"
},
"peerDependencies": {
"yo": ">=1.2.0"
},
"devDependencies": {
"chai": "^1.9.1",
"fs-extra": "^0.9.1",
"grunt": "~0.4.1",
"grunt-build-control": "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"
},
"licenses": [
{
"type": "BSD"
}
]
}