UNPKG

870 BJSONView Raw
1{
2 "name": "@schematics/package-update",
3 "version": "0.7.5",
4 "description": "Schematics specific to updating Angular",
5 "keywords": [
6 "angular",
7 "Angular CLI",
8 "devkit",
9 "sdk",
10 "Angular DevKit",
11 "blueprints",
12 "code generation",
13 "schematics",
14 "schematic"
15 ],
16 "schematics": "./collection.json",
17 "dependencies": {
18 "@angular-devkit/core": "0.7.5",
19 "@angular-devkit/schematics": "0.7.5",
20 "semver": "^5.3.0",
21 "semver-intersect": "^1.1.2",
22 "rxjs": "^6.0.0"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/angular/angular-cli.git"
27 },
28 "engines": {
29 "node": ">= 8.9.0",
30 "npm": ">= 5.5.1"
31 },
32 "author": "Angular Authors",
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/angular/angular-cli/issues"
36 },
37 "homepage": "https://github.com/angular/angular-cli"
38}