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