forked from thardy/generator-ngbp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.25 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
{
"name": "generator-ngbp-material",
"version": "0.1.0",
"description": "Yeoman generator based on angular-material and the ngBoilerplate kickstarter, a best-practice boilerplate for scalable Angular projects built on a highly modular, folder-by-feature structure.",
"keywords": [
"yeoman-generator",
"jade",
"coffee",
"angular-material",
"material-design",
"angular",
"angularjs",
"boilerplate",
"ngboilerplate",
"scaffold",
"enterprise",
"framework",
"module",
"client",
"gulp",
"karma",
"express",
"app"
],
"license": "MIT",
"main": "app/index.js",
"bugs": {
"url": "https://github.com/Alexandre-Herve/generator-ngbp-material/issues",
"email": "[email protected]"
},
"repository": {
"url": "https://github.com/Alexandre-Herve/generator-ngbp-material",
"type": "git"
},
"author": {
"name": "Alexandre Hervé",
"email": "[email protected]",
"url": ""
},
"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"
}
}