-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 869 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 869 Bytes
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
{
"name": "generator-ng2component",
"version": "1.1.4",
"description": "An angular 2 component/service generator for all platforms based on new namespace '@angular/core' powered by yeoman",
"main": "index.js",
"files": [
"app"
],
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SteveZheng-BSFT/generator-ng2component.git"
},
"keywords": [
"angular2",
"component",
"generator",
"ng2",
"angular2component",
"angular-2",
"ng",
"typescript",
"yeoman-generator"
],
"author": "Steve Zheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/SteveZheng-BSFT/generator-ng2component/issues"
},
"homepage": "https://github.com/SteveZheng-BSFT/generator-ng2component#readme",
"dependencies": {
"yeoman-generator": "^0.24.1"
}
}