generator-ngfs
Version:
Yeoman generator for creating MEAN stack applications, using MongoDB, Express, AngularJS, and Node
59 lines (58 loc) • 1.3 kB
JSON
{
"name": "generator-ngfs",
"version": "1.2.6",
"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",
"app"
],
"homepage": "https://github.com/csharon/generator-ngfs",
"bugs": "https://github.com/csharon/generator-ngfs/issues",
"author": "Chris Sharon",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/csharon/generator-ngfs.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0",
"wiredep": "~0.4.2"
},
"peerDependencies": {
"generator-karma": ">=0.6.0",
"yo": ">=1.0.0"
},
"devDependencies": {
"mocha": "~1.14.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-conventional-changelog": "~1.0.0",
"load-grunt-tasks": "~0.2.0",
"marked": "~0.2.8",
"semver": "~2.2.1",
"underscore.string": "~2.3.1",
"grunt-release": "~0.6.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"licenses": [
{
"type": "BSD"
}
]
}