20 lines
572 B
JSON
20 lines
572 B
JSON
{
|
|||
"name": "@angular/tsc-wrapped",
|
|||
"version": "0.2.2",
|
|||
"description": "Wraps the tsc CLI, allowing extensions.",
|
|||
|
|
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
|
||
"bugs": "https://github.com/angular/angular/issues",
|
|||
|
|
"contributors": [
|
||
"Alex Eagle <[email protected]>",
|
|||
"Chuck Jazdzewski <[email protected]>"
|
|||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
|
||
"dependencies": {
|
|||
"tsickle": "0.1.6"
|
|||
},
|
|||
"peerDependencies": {
|
|||
"typescript": "^1.9.0-dev"
|
|||
}
|
|||
|
|
}
|