-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 808 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
{
"name": "angular2-generator",
"version": "0.0.9",
"description": "angular2-generator is a command line code generator for angular2 projects.",
"keywords": [
"Library",
"code generator",
"node console application",
"generator",
"angular2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flauc/angular2-generator"
},
"bugs": {
"url": "https://github.com/flauc/angular2-generator/issues"
},
"main": "app.js",
"bin": {
"ng2": "./app.js"
},
"homepage": "https://github.com/flauc/angular2-generator",
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"co": "^4.6.0",
"co-mkdirp": "^0.1.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"shelljs": "^0.6.0"
}
}