2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/compiler",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the compiler library",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/compiler.umd.js",
|
2017-09-13 19:20:29 -04:00
|
|
|
"module": "./esm5/compiler.js",
|
|
|
|
"es2015": "./esm2015/compiler.js",
|
|
|
|
"typings": "./compiler.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
2017-05-23 16:01:39 -04:00
|
|
|
"dependencies": {
|
|
|
|
"tslib": "^1.7.1"
|
|
|
|
},
|
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
|
|
|
}
|
|
|
|
}
|