forked from angular-fullstack/generator-angular-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.98 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "generator-angular-fullstack",
"version": "3.0.0-rc7-patch.0",
"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/DaftMonk/generator-angular-fullstack",
"bugs": "https://github.com/DaftMonk/generator-angular-fullstack/issues",
"author": "Tyler Henkel (http://tylerhenkel.com/)",
"contributors": [
"Andrew Koroluk <[email protected]> (http://andrewk.me/)",
"Cody Mize <[email protected]> (http://codymize.com/)",
"Brian Ford <[email protected]> (http://briantford.com/)",
"Pascal Hartig <[email protected]> (http://passy.me/)",
"Eddie Monge (http://eddiemonge.com)",
"Sindre Sorhus <[email protected]> (https://twitter.com/sindresorhus)"
],
"repository": {
"type": "git",
"url": "git://github.com/DaftMonk/generator-angular-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"babel-core": "^5.8.23",
"chalk": "^1.1.0",
"generator-ng-component": "~0.1.1",
"glob": "^5.0.14",
"lodash": "^3.10.1",
"underscore.string": "^3.1.1",
"yeoman-generator": "~0.20.3",
"yeoman-welcome": "^1.0.1"
},
"devDependencies": {
"chai": "^3.2.0",
"grunt": "~0.4.1",
"grunt-build-control": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-conventional-changelog": "^4.1.0",
"grunt-david": "~0.5.0",
"grunt-env": "^0.4.1",
"grunt-mocha-test": "^0.12.7",
"grunt-release": "^0.13.0",
"jit-grunt": "^0.9.1",
"mocha": "^2.2.5",
"q": "^1.0.1",
"recursive-readdir": "^1.2.0",
"shelljs": "^0.5.3",
"yeoman-assert": "^2.0.0"
},
"engines": {
"node": ">=0.12.0",
"npm": ">=1.2.10"
},
"license": "BSD-2-Clause"
}