forked from nikhiln/angular2-busy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-dist.json
65 lines (65 loc) · 1.75 KB
/
package-dist.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
58
59
60
61
62
63
64
65
{
"name": "angular2-busy-aot",
"version": "1.0.1",
"description": "Aot compatible version of angular2-busy",
"keywords": [
"angular",
"angular2",
"busy",
"loading",
"angular2-busy",
"angular2-busy"
],
"author": "Yumao & nikhiln",
"license": "MIT",
"homepage": "https://github.com/nikhiln/angular2-busy/",
"bugs": {
"url": "https://github.com/nikhiln/angular2-busy/issues/"
},
"repository": {
"type": "git",
"url": "https://github.com/nikhiln/angular2-busy.git"
},
"peerDependencies": {
"@angular/core": "^2.4.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.2",
"zone.js": "^0.7.2",
"@angular/core": "~2.4.0",
"@angular/forms": "~2.4.0",
"@angular/http": "~2.4.0",
"@angular/platform-browser": "~2.4.0",
"@angular/platform-browser-dynamic": "~2.4.0",
"@angular/router": "~3.4.0",
"autoprefixer": "^6.3.7",
"awesome-typescript-loader": "^0.19.1",
"bootstrap": "4.0.0-alpha.2",
"core-js": "^2.4.1",
"cpx": "^1.5.0",
"cross-env": "^3.1.2",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.19.0",
"install": "^0.8.1",
"jasmine-core": "2.4.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"postcss-loader": "^0.9.1",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.3",
"renamer": "^0.6.1",
"rimraf": "^2.5.4",
"rollup": "^0.41.4",
"rollup-plugin-node-resolve": "^2.0.0",
"ts-loader": "^0.8.2",
"tslint": "^3.10.2",
"typescript": "~2.0.10",
"typings": "^0.8.1",
"uglify-js": "^2.7.5",
"webpack": "^1.12.15",
"zone.js": "^0.7.4"
},
"dependencies": {
"angular2-dynamic-component": "^1.3.15",
"ts-metadata-helper": "0.0.4"
}
}