2016-04-22 17:10:57 -04:00
|
|
|
{
|
2016-05-24 13:53:48 -04:00
|
|
|
"name": "@angular/tsc-wrapped",
|
2016-06-23 13:43:50 -04:00
|
|
|
"version": "0.2.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-06-15 09:58:57 -04:00
|
|
|
"tsickle": "0.1.6"
|
2016-05-24 13:53:48 -04:00
|
|
|
},
|
2016-04-22 17:10:57 -04:00
|
|
|
"peerDependencies": {
|
2016-05-24 13:53:48 -04:00
|
|
|
"typescript": "^1.9.0-dev"
|
2016-04-22 17:10:57 -04:00
|
|
|
}
|
|
|
|
}
|