2016-04-28 17:50:03 -07:00
|
|
|
{
|
|
|
|
"name": "@angular/core",
|
2016-05-27 16:17:16 -07:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 16:44:39 -07:00
|
|
|
"description": "Angular - the core framework",
|
2016-08-30 18:07:40 -07:00
|
|
|
"main": "bundles/core.umd.js",
|
|
|
|
"module": "index.js",
|
2016-04-28 17:50:03 -07:00
|
|
|
"typings": "index.d.ts",
|
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-09-12 12:05:00 -07:00
|
|
|
"rxjs": "5.0.0-beta.12",
|
2016-09-10 09:16:03 -07:00
|
|
|
"zone.js": "^0.6.21"
|
2016-05-18 08:17:15 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 17:50:03 -07:00
|
|
|
}
|
|
|
|
}
|