UNPKG

900 BJSONView Raw
1{
2 "name": "@angular/pwa",
3 "version": "13.0.3",
4 "description": "PWA schematics for Angular",
5 "keywords": [
6 "angular",
7 "Angular CLI",
8 "devkit",
9 "sdk",
10 "Angular DevKit",
11 "blueprints",
12 "code generation",
13 "schematics"
14 ],
15 "schematics": "./collection.json",
16 "ng-add": {
17 "save": false
18 },
19 "dependencies": {
20 "@angular-devkit/schematics": "13.0.3",
21 "@schematics/angular": "13.0.3",
22 "parse5-html-rewriting-stream": "6.0.1"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/angular/angular-cli.git"
27 },
28 "engines": {
29 "node": "^12.20.0 || ^14.15.0 || >=16.10.0",
30 "npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
31 "yarn": ">= 1.13.0"
32 },
33 "author": "Angular Authors",
34 "license": "MIT",
35 "bugs": {
36 "url": "https://github.com/angular/angular-cli/issues"
37 },
38 "homepage": "https://github.com/angular/angular-cli"
39}