angular-cn/packages/compiler/package.json

19 lines
445 B
JSON
Raw Normal View History

{
"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.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}