forked from cgross/generator-cg-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 926 Bytes
/
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
{
"name": "generator-cg-angular",
"version": "3.2.0",
"description": "Yeoman Generator for Enterprise Angular projects.",
"keywords": [
"yeoman-generator",
"angular"
],
"homepage": "https://github.com/cgross/generator-cg-angular",
"bugs": "https://github.com/cgross/generator-cg-angular/issues",
"author": {
"name": "Chris Gross",
"email": "[email protected]",
"url": "https://github.com/cgross"
},
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/cgross/generator-cg-angular.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"underscore": "~1.5",
"underscore.string": "~2.3",
"yeoman-generator": "~0.16",
"chalk": "~0.4.0",
"ng-parse-module": "~0.1.0"
},
"devDependencies": {
"mocha": "~1.10.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}