forked from thardy/generator-ngbp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 959 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
43
44
45
46
{
"name": "generator-ngbp",
"version": "0.0.9",
"description": "Yeoman generator based on the ngBoilerplate kickstarter, a best-practice boilerplate for scalable Angular projects built on a highly modular, folder-by-feature structure.",
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"boilerplate",
"ngboilerplate",
"scaffold",
"enterprise",
"framework",
"module",
"client",
"grunt",
"karma",
"express",
"app"
],
"license": "MIT",
"main": "app/index.js",
"repository": "thardy/generator-ngbp",
"author": {
"name": "Tim Hardy",
"email": "",
"url": "https://github.com/thardy"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"yeoman-generator": "~0.16.0",
"chalk": "~0.4.0",
"touch": "0.0.3"
},
"devDependencies": {
"mocha": "*"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}