2016-04-22 17:10:57 -04:00
|
|
|
{
|
2016-05-24 13:53:48 -04:00
|
|
|
"name": "@angular/tsc-wrapped",
|
2016-12-14 19:42:44 -05:00
|
|
|
"version": "0.5.0",
|
2016-05-24 13:53:48 -04:00
|
|
|
"description": "Wraps the tsc CLI, allowing extensions.",
|
|
|
|
"homepage": "https://github.com/angular/angular/tree/master/tools/tsc-wrapped",
|
2016-04-22 17:10:57 -04:00
|
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
|
|
"contributors": [
|
2016-05-24 13:53:48 -04:00
|
|
|
"Alex Eagle <alexeagle@google.com>",
|
2016-04-22 17:10:57 -04:00
|
|
|
"Chuck Jazdzewski <chuckj@google.com>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"repository": {"type":"git","url":"https://github.com/angular/angular.git"},
|
2016-05-24 13:53:48 -04:00
|
|
|
"dependencies": {
|
2016-11-16 19:42:24 -05:00
|
|
|
"tsickle": "^0.2"
|
2016-05-24 13:53:48 -04:00
|
|
|
},
|
2016-04-22 17:10:57 -04:00
|
|
|
"peerDependencies": {
|
2016-08-30 17:42:33 -04:00
|
|
|
"typescript": "^2.0.2"
|
2016-04-22 17:10:57 -04:00
|
|
|
}
|
|
|
|
}
|