UNPKG

367 BJSONView Raw
1{
2 "schematics": {
3 "ng-add": {
4 "factory": "./pwa",
5 "description": "Update an application with PWA defaults.",
6 "schema": "./pwa/schema.json",
7 "private": true,
8 "hidden": true
9 },
10 "pwa": {
11 "factory": "./pwa",
12 "description": "Update an application with PWA defaults.",
13 "schema": "./pwa/schema.json"
14 }
15 }
16}