1
1
{
2
2
"name" : " ng2tree" ,
3
- "version" : " 0.0.0" ,
3
+ "version" : " 1.0.1" ,
4
+ "description" : " A Simple and Universal angular2+ tree component" ,
5
+ "author" : " courage007 <wang_xufa@163.com>" ,
6
+ "homepage" : " https://github.com/courage007/AngularTree" ,
4
7
"license" : " MIT" ,
8
+ "keywords" : [
9
+ " ng2tree-common" ,
10
+ " ng2tree" ,
11
+ " ng2-tree" ,
12
+ " ng2 tree" ,
13
+ " ng tree" ,
14
+ " angular2tree" ,
15
+ " angular2-tree" ,
16
+ " angular2 tree" ,
17
+ " angular tree" ,
18
+ " angular2treecomponent" ,
19
+ " angular2-tree-component" ,
20
+ " angular2 tree component" ,
21
+ " angulartreecomponent" ,
22
+ " angular-tree-component" ,
23
+ " angular tree component" ,
24
+ " tree"
25
+ ],
5
26
"scripts" : {
6
27
"ng" : " ng" ,
7
28
"start" : " ng serve" ,
8
29
"build" : " ng build --prod" ,
9
30
"test" : " ng test" ,
10
31
"lint" : " ng lint" ,
11
- "e2e" : " ng e2e"
32
+ "e2e" : " ng e2e" ,
33
+ "packagr" : " ng-packagr -p ng-package.json" ,
34
+ "clean" : " npm run clean:typescript && rimraf node_modules && npm cache clean" ,
35
+ "clean:typescript" : " rimraf dist"
36
+ },
37
+ "private" : false ,
38
+ "readme" : " https://github.com/courage007/AngularTree/blob/master/README.md" ,
39
+ "contributors" : [
40
+ " courage007 <wang_xufa@163.com>"
41
+ ],
42
+ "peerDependencies" : {
43
+ "@angular/common" : " >=2.0.0" ,
44
+ "@angular/core" : " >=2.0.0" ,
45
+ "core-js" : " ^2.4.1"
12
46
},
13
- "private" : true ,
14
47
"dependencies" : {
15
- "@angular/animations" : " ^5.2.0" ,
16
- "@angular/common" : " ^5.2.0" ,
17
- "@angular/compiler" : " ^5.2.0" ,
18
- "@angular/core" : " ^5.2.11" ,
19
- "@angular/forms" : " ^5.2.0" ,
20
- "@angular/http" : " ^5.2.0" ,
21
- "@angular/platform-browser" : " ^5.2.0" ,
22
- "@angular/platform-browser-dynamic" : " ^5.2.0" ,
23
- "@angular/router" : " ^5.2.0" ,
24
- "@types/lodash" : " ^4.14.109" ,
25
- "core-js" : " ^2.4.1" ,
26
- "lodash-es" : " ^4.17.10" ,
27
- "rxjs" : " ^5.5.6" ,
28
- "zone.js" : " ^0.8.19"
29
48
},
30
49
"devDependencies" : {
31
50
"@angular/cli" : " ~1.7.4" ,
45
64
"protractor" : " ~5.1.2" ,
46
65
"ts-node" : " ~4.1.0" ,
47
66
"tslint" : " ~5.9.1" ,
48
- "typescript" : " ~2.5.3"
67
+ "typescript" : " ~2.5.3" ,
68
+ "@angular/animations" : " ^5.2.0" ,
69
+ "@angular/common" : " ^5.2.0" ,
70
+ "@angular/compiler" : " ^5.2.0" ,
71
+ "@angular/core" : " ^5.2.11" ,
72
+ "@angular/forms" : " ^5.2.0" ,
73
+ "@angular/http" : " ^5.2.0" ,
74
+ "@angular/platform-browser" : " ^5.2.0" ,
75
+ "@angular/platform-browser-dynamic" : " ^5.2.0" ,
76
+ "@angular/router" : " ^5.2.0" ,
77
+ "@types/lodash" : " ^4.14.109" ,
78
+ "core-js" : " ^2.4.1" ,
79
+ "lodash-es" : " ^4.17.10" ,
80
+ "rxjs" : " ^5.5.6" ,
81
+ "zone.js" : " ^0.8.19"
82
+ },
83
+ "repository" : " https://github.com/courage007/AngularTree.git" ,
84
+ "bugs" : {
85
+ "url" : " https://github.com/courage007/AngularTree/issues"
49
86
}
50
- }
87
+ }
0 commit comments