angular-cn/modules/@angular/core/package.json

19 lines
417 B
JSON
Raw Normal View History

{
"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-beta.12",
2016-09-10 12:16:03 -04:00
"zone.js": "^0.6.21"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
}
}