UNPKG

973 BJSONView Raw
1{
2 "name": "@angular/compiler-cli",
3 "version": "2.4.8",
4 "description": "Angular - the compiler CLI for Node.js",
5 "main": "index.js",
6 "typings": "index.d.ts",
7 "bin": {
8 "ngc": "./src/main.js",
9 "ng-xi18n": "./src/extract_i18n.js"
10 },
11 "dependencies": {
12 "@angular/tsc-wrapped": "0.5.2",
13 "reflect-metadata": "^0.1.2",
14 "minimist": "^1.2.0"
15 },
16 "peerDependencies": {
17 "typescript": "^2.0.2",
18 "@angular/compiler": "2.4.8",
19 "@angular/core": "2.4.8"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/angular/angular.git"
24 },
25 "keywords": [
26 "angular",
27 "compiler"
28 ],
29 "contributors": [
30 "Tobias Bosch <tbosch@google.com> (https://angular.io/)",
31 "Alex Eagle <alexeagle@google.com> (https://angular.io/)"
32 ],
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/angular/angular/issues"
36 },
37 "homepage": "https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli"
38}