Last change
on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
808 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "@angular-devkit/architect",
|
---|
| 3 | "version": "0.1202.9",
|
---|
| 4 | "description": "Angular Build Facade",
|
---|
| 5 | "experimental": true,
|
---|
| 6 | "main": "src/index.js",
|
---|
| 7 | "typings": "src/index.d.ts",
|
---|
| 8 | "dependencies": {
|
---|
| 9 | "@angular-devkit/core": "12.2.9",
|
---|
| 10 | "rxjs": "6.6.7"
|
---|
| 11 | },
|
---|
| 12 | "builders": "./builders/builders.json",
|
---|
| 13 | "keywords": [
|
---|
| 14 | "angular",
|
---|
| 15 | "Angular CLI",
|
---|
| 16 | "devkit",
|
---|
| 17 | "sdk",
|
---|
| 18 | "Angular DevKit"
|
---|
| 19 | ],
|
---|
| 20 | "repository": {
|
---|
| 21 | "type": "git",
|
---|
| 22 | "url": "https://github.com/angular/angular-cli.git"
|
---|
| 23 | },
|
---|
| 24 | "engines": {
|
---|
| 25 | "node": "^12.14.1 || >=14.0.0",
|
---|
| 26 | "npm": "^6.11.0 || ^7.5.6",
|
---|
| 27 | "yarn": ">= 1.13.0"
|
---|
| 28 | },
|
---|
| 29 | "author": "Angular Authors",
|
---|
| 30 | "license": "MIT",
|
---|
| 31 | "bugs": {
|
---|
| 32 | "url": "https://github.com/angular/angular-cli/issues"
|
---|
| 33 | },
|
---|
| 34 | "homepage": "https://github.com/angular/angular-cli"
|
---|
| 35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.