forked from alxhub/ng2-weather-pwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "ng2-pwa-weather",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@angular/app-shell": "^0.1.0",
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/compiler-cli": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/material": "^2.0.0-alpha.9-3",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/service-worker": "^0.7.1",
"@types/node": "^6.0.45",
"angular2-universal": "^2.1.0-rc.1",
"angular2-universal-polyfills": "^2.1.0-rc.1",
"global": "^4.3.1",
"google-closure-compiler-js": "^20160916.0.0",
"gulp": "^3.9.1",
"reflect-metadata": "^0.1.8",
"rollup": "^0.36.3",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"run-sequence": "^1.2.2",
"rxjs": "^5.0.0-rc.1",
"rxjs-es": "^5.0.0-beta.12",
"ts-node": "^1.4.3",
"typescript": "^2.0.3",
"uglifyjs": "^2.4.10",
"zone.js": "^0.6.25"
}
}