2016-04-28 20:50:03 -04:00
|
|
|
{
|
|
|
|
"name": "@angular/core",
|
2016-05-27 19:17:16 -04:00
|
|
|
"version": "0.0.0-PLACEHOLDER",
|
2016-09-14 19:44:39 -04:00
|
|
|
"description": "Angular - the core framework",
|
2017-01-27 20:39:48 -05:00
|
|
|
"main": "./bundles/core.umd.js",
|
|
|
|
"module": "./@angular/core.es5.js",
|
|
|
|
"es2015": "./@angular/core.js",
|
2017-03-15 16:26:09 -04:00
|
|
|
"typings": "./core.d.ts",
|
2016-04-28 20:50:03 -04:00
|
|
|
"author": "angular",
|
|
|
|
"license": "MIT",
|
|
|
|
"peerDependencies": {
|
2016-12-18 19:24:50 -05:00
|
|
|
"rxjs": "^5.0.1",
|
2016-11-30 18:42:31 -05:00
|
|
|
"zone.js": "^0.7.2"
|
2016-05-18 02:17:15 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/angular/angular.git"
|
2016-04-28 20:50:03 -04:00
|
|
|
}
|
|
|
|
}
|