26 lines
646 B
JSON
26 lines
646 B
JSON
{
|
|
"name": "@angular/service-worker",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - service worker tooling!",
|
|
"main": "./bundles/service-worker.umd.js",
|
|
"module": "./esm5/service-worker.js",
|
|
"es2015": "./esm2015/service-worker.js",
|
|
"typings": "./service-worker.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"tslib": "^1.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/core": "0.0.0-PLACEHOLDER",
|
|
"@angular/common": "0.0.0-PLACEHOLDER"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"bin": {
|
|
"ngsw-config": "./ngsw-config.js"
|
|
}
|
|
}
|