UNPKG

398 BJSONView Raw
1{
2 "name": "@angular/core",
3 "version": "2.4.10",
4 "description": "Angular - the core framework",
5 "main": "bundles/core.umd.js",
6 "module": "index.js",
7 "typings": "index.d.ts",
8 "author": "angular",
9 "license": "MIT",
10 "peerDependencies": {
11 "rxjs": "^5.0.1",
12 "zone.js": "^0.7.2"
13 },
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/angular/angular.git"
17 }
18}