UNPKG

1.19 kBJSONView Raw
1{
2 "name": "@angular/cli",
3 "version": "6.0.4",
4 "description": "CLI tool for Angular",
5 "main": "lib/cli/index.js",
6 "trackingCode": "UA-8594346-19",
7 "bin": {
8 "ng": "./bin/ng"
9 },
10 "keywords": [
11 "angular",
12 "angular-cli",
13 "Angular CLI"
14 ],
15 "scripts": {
16 "postinstall": "node ./bin/ng-update-message.js"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/angular/angular-cli.git"
21 },
22 "engines": {
23 "node": ">= 8.9.0",
24 "npm": ">= 5.5.1"
25 },
26 "author": "Angular Authors",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/angular/angular-cli/issues"
30 },
31 "homepage": "https://github.com/angular/angular-cli",
32 "dependencies": {
33 "@angular-devkit/architect": "0.6.4",
34 "@angular-devkit/core": "0.6.4",
35 "@angular-devkit/schematics": "0.6.4",
36 "@schematics/angular": "0.6.4",
37 "@schematics/update": "0.6.4",
38 "opn": "~5.3.0",
39 "resolve": "^1.1.7",
40 "rxjs": "^6.0.0",
41 "semver": "^5.1.0",
42 "silent-error": "^1.0.0",
43 "symbol-observable": "^1.2.0",
44 "yargs-parser": "^10.0.0"
45 },
46 "ng-update": {
47 "migrations": "@schematics/angular/migrations/migration-collection.json"
48 }
49}