2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/compiler",
|
|
|
|
"version": "$$ANGULAR_VERSION$$",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"jsnext:main": "esm/index.js",
|
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
|
|
|
"@angular/core": "$$ANGULAR_VERSION$$"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|