UNPKG

@angular/service-worker

Version:

Angular - service worker tooling!

52 lines 1.4 kB
{ "name": "@angular/service-worker", "version": "7.0.2", "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": "7.0.2", "@angular/common": "7.0.2" }, "repository": { "type": "git", "url": "https://github.com/angular/angular.git" }, "bin": { "ngsw-config": "./ngsw-config.js" }, "ng-update": { "packageGroup": [ "@angular/core", "@angular/bazel", "@angular/common", "@angular/compiler", "@angular/compiler-cli", "@angular/animations", "@angular/elements", "@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/language-service", "@angular/service-worker" ] }, "sideEffects": false }