Last change
on this file since fa375fe was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
835 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@schematics/angular",
|
---|
| 3 | "version": "12.2.9",
|
---|
| 4 | "description": "Schematics specific to Angular",
|
---|
| 5 | "homepage": "https://github.com/angular/angular-cli",
|
---|
| 6 | "keywords": [
|
---|
| 7 | "angular",
|
---|
| 8 | "Angular CLI",
|
---|
| 9 | "devkit",
|
---|
| 10 | "sdk",
|
---|
| 11 | "Angular DevKit",
|
---|
| 12 | "blueprints",
|
---|
| 13 | "code generation",
|
---|
| 14 | "schematics"
|
---|
| 15 | ],
|
---|
| 16 | "schematics": "./collection.json",
|
---|
| 17 | "dependencies": {
|
---|
| 18 | "@angular-devkit/core": "12.2.9",
|
---|
| 19 | "@angular-devkit/schematics": "12.2.9",
|
---|
| 20 | "jsonc-parser": "3.0.0"
|
---|
| 21 | },
|
---|
| 22 | "repository": {
|
---|
| 23 | "type": "git",
|
---|
| 24 | "url": "https://github.com/angular/angular-cli.git"
|
---|
| 25 | },
|
---|
| 26 | "engines": {
|
---|
| 27 | "node": "^12.14.1 || >=14.0.0",
|
---|
| 28 | "npm": "^6.11.0 || ^7.5.6",
|
---|
| 29 | "yarn": ">= 1.13.0"
|
---|
| 30 | },
|
---|
| 31 | "author": "Angular Authors",
|
---|
| 32 | "license": "MIT",
|
---|
| 33 | "bugs": {
|
---|
| 34 | "url": "https://github.com/angular/angular-cli/issues"
|
---|
| 35 | }
|
---|
| 36 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.