2017-08-16 09:02:20 -07: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-11-02 12:15:47 -07:00
|
|
|
"typescript": ">=2.4.2 <2.6"
|
2017-08-16 09:02:20 -07:00
|
|
|
},
|
2017-08-28 16:16:42 -07:00
|
|
|
"dependencies": {
|
2017-11-14 11:29:16 -08:00
|
|
|
"@bazel/typescript": "0.3.2",
|
2017-09-13 16:55:42 -07:00
|
|
|
"@types/node": "6.0.84"
|
2017-08-28 16:16:42 -07:00
|
|
|
},
|
2017-08-16 09:02:20 -07:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
|
|
|
}
|
2017-09-13 16:55:42 -07:00
|
|
|
}
|