angular-cn/packages/compiler/package.json

22 lines
513 B
JSON

{
"name": "@angular/compiler",
"version": "0.0.0-PLACEHOLDER",
"description": "Angular - the compiler library",
"main": "./bundles/compiler.umd.js",
"module": "./esm5/compiler.js",
"es2015": "./esm2015/compiler.js",
"typings": "./compiler.d.ts",
"author": "angular",
"license": "MIT",
"dependencies": {
"tslib": "^1.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
"ng-update": {
"packageGroup": "NG_UPDATE_PACKAGE_GROUP"
}
}