20 lines
460 B
JSON
20 lines
460 B
JSON
{
|
|
"name": "@angular/core",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the core framework",
|
|
"main": "./bundles/core.umd.js",
|
|
"module": "./@angular/core.es5.js",
|
|
"es2015": "./@angular/core.js",
|
|
"typings": "./core.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rxjs": "^5.0.1",
|
|
"zone.js": "^0.8.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|