-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.29 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.29 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
{
"name": "@angular/service-worker",
"version": "6.1.10-f6ca9a4",
"description": "Angular - service worker tooling!",
"main": "./bundles/service-worker.umd.js",
"module": "./fesm5/service-worker.js",
"es2015": "./fesm2015/service-worker.js",
"esm5": "./esm5/service-worker.js",
"esm2015": "./esm2015/service-worker.js",
"fesm5": "./fesm5/service-worker.js",
"fesm2015": "./fesm2015/service-worker.js",
"typings": "./service-worker.d.ts",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/core": "6.1.10-f6ca9a4",
"@angular/common": "6.1.10-f6ca9a4"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"bin": {
"ngsw-config": "./ngsw-config.js"
},
"ng-update": {
"packageGroup": ["@angular/core", "@angular/compiler", "@angular/common", "@angular/animations", "@angular/platform-browser", "@angular/platform-browser-dynamic", "@angular/forms", "@angular/http", "@angular/platform-server", "@angular/platform-webworker", "@angular/platform-webworker-dynamic", "@angular/upgrade", "@angular/router", "@angular/compiler-cli", "@angular/language-service", "@angular/benchpress", "@angular/service-worker", "@angular/elements"]
},
"sideEffects": false
}