2017-08-16 12:02:20 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/bazel",
|
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
|
|
"description": "Angular - bazel build rules",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/compiler-cli": "0.0.0-PLACEHOLDER",
|
2017-08-23 14:42:35 -04:00
|
|
|
"@bazel/typescript": "~0.0.7",
|
2017-08-16 12:02:20 -04:00
|
|
|
"typescript": "~2.3"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
}
|
2017-08-23 14:42:35 -04:00
|
|
|
}
|