@angular/compiler
Version:
Angular - the compiler library
19 lines (18 loc) • 433 B
JSON
{
"name": "@angular/compiler",
"version": "5.2.6",
"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"
}
}