forked from angular-fullstack/generator-angular-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
71 lines (71 loc) · 1.62 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
70
71
{
"name": "generator-fng",
"version": "0.2.24",
"description": "Generate forms-angular applications for the MEAN stack",
"keywords": [
"yeoman-generator",
"mean",
"mongodb",
"angularjs",
"express",
"scaffold",
"mongoose",
"forms",
"forms-angular",
"fullstack",
"framework",
"component",
"front-end",
"app"
],
"homepage": "https://github.com/forms-angular/generator-angular-fullstack",
"bugs": "https://github.com/forms-angular/generator-angular-fullstack/issues",
"author": "Tyler Henkel",
"contributors": [
{
"name": "Mark Chapman",
"email": "support@forms-angular.org"
},
{
"name": "Gulshan Kumar"
}
],
"repository": {
"type": "git",
"url": "git://github.com/forms-angular/generator-angular-fullstack.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"yeoman-generator": "0.22.5",
"chalk": "1.1.1",
"wiredep": "3.0.0",
"generator-ng-component": "0.1.1",
"underscore": "1.8.3",
"underscore.string": "3.2.3",
"yo": "1.8.5"
},
"devDependencies": {
"chai": "3.5.0",
"fs-extra": "0.26.5",
"grunt": "0.4.5",
"grunt-build-control": "0.6.2",
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-conventional-changelog": "5.0.0",
"grunt-mocha-test": "0.12.7",
"grunt-release": "0.13.0",
"load-grunt-tasks": "3.4.0",
"marked": "0.3.5",
"mocha": "2.4.5",
"q": "1.4.1",
"semver": "5.1.0",
"shelljs": "0.5.3"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"license": "BSD-2-Clause"
}