UNPKG

1.04 kBJSONView Raw
1{
2 "name": "@angular/compiler-cli",
3 "version": "0.6.4",
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.3.0",
13 "reflect-metadata": "^0.1.2",
14 "parse5": "^2.2.1",
15 "minimist": "^1.2.0"
16 },
17 "peerDependencies": {
18 "typescript": "^2.0.2",
19 "@angular/compiler": "2.0.2",
20 "@angular/platform-server": "2.0.2",
21 "@angular/core": "2.0.2"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/angular/angular.git"
26 },
27 "keywords": [
28 "angular",
29 "compiler"
30 ],
31 "contributors": [
32 "Tobias Bosch <tbosch@google.com> (https://angular.io/)",
33 "Alex Eagle <alexeagle@google.com> (https://angular.io/)"
34 ],
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/angular/angular/issues"
38 },
39 "homepage": "https://github.com/angular/angular/tree/master/modules/@angular/compiler-cli"
40}