This repository was archived by the owner on Oct 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 172
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
{
"name": "@angular/app-shell",
"description": "App Shell runtime library for Angular 2 Progressive Web Apps.",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/angular/mobile-toolkit.git"
},
"contributors": [
"Jeff Cross <crossj@google.com>",
"Minko Gechev <mgechev@gmail.com>",
"Alex Rickabaugh <alx+alxhub@alxandria.net>"
],
"keywords": [
"angular2",
"pwa",
"progressive web apps",
"app shell"
],
"license": "MIT",
"angular-cli": {},
"scripts": {},
"main": "bundles/app-shell.umd.js",
"module": "index.js",
"private": true,
"dependencies": {},
"devDependencies": {
"@angular/animations": "^4.0.0",
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"@types/jasmine": "^2.2.34",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.1",
"reflect-metadata": "^0.1.8",
"rimraf": "^2.5.4",
"rollup": "^0.36.0",
"rollup-plugin-commonjs": "^5.0.4",
"rollup-plugin-node-resolve": "^2.0.0",
"run-sequence": "^1.2.2",
"rxjs": "^5.0.0-beta.12",
"ts-node": "^1.3.0",
"typescript": "^2.0.3",
"zone.js": "^0.8.4"
},
"peerDependencies": {
"@angular/core": "^4.0.0"
}
}