-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "generator-angular-pro",
"version": "2.2.4",
"description": "Web/mobile Angular project generator for scalable, enterprise-grade applications (TypeScript, Sass, Bootstrap, Ionic, UI Router, Font Awesome, Gettext, Cordova...)",
"repository": "angular-starter-kit/generator-angular-pro",
"keywords": [
"yeoman-generator",
"angular",
"angularjs",
"gulp",
"cordova",
"bootstrap",
"ionic",
"ios",
"android",
"scalable",
"hybrid",
"enterprise",
"component",
"framework",
"scaffold",
"boilerplate",
"app",
"mobile",
"web",
"pro"
],
"author": "Yohan Lasorsa",
"license": "MIT",
"preferGlobal": true,
"main": "index.js",
"scripts": {
"test": "scripts/test-generator.sh",
"deploy": "scripts/update-starter-kit.sh",
"postpublish": "git tag -a $npm_package_version -m '$npm_package_version' && git push --tags"
},
"dependencies": {
"chalk": "^1.1.1",
"lodash": "^4.13.1",
"node-dir": "^0.1.14",
"yeoman-generator": "^1.1.0",
"yosay": "^2.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"files": [
"generators/app"
]
}