19 lines
413 B
JSON
19 lines
413 B
JSON
{
|
|
"name": "@angular/core",
|
|
"version": "0.0.0-PLACEHOLDER",
|
|
"description": "Angular - the core framework",
|
|
"main": "bundles/core.umd.js",
|
|
"module": "index.js",
|
|
"typings": "index.d.ts",
|
|
"author": "angular",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"rxjs": "5.0.0-rc.4",
|
|
"zone.js": "^0.7.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
}
|
|
}
|