UNPKG

495 BJSONView Raw
1{
2 "name": "@angular/core",
3 "version": "4.3.0",
4 "description": "Angular - the core framework",
5 "main": "./bundles/core.umd.js",
6 "module": "./@angular/core.es5.js",
7 "es2015": "./@angular/core.js",
8 "typings": "./core.d.ts",
9 "author": "angular",
10 "license": "MIT",
11 "dependencies": {
12 "tslib": "^1.7.1"
13 },
14 "peerDependencies": {
15 "rxjs": "^5.0.1",
16 "zone.js": "^0.8.4"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/angular/angular.git"
21 }
22}