UNPKG

866 BJSONView Raw
1{
2 "name": "@framing/ng-core",
3 "version": "0.8.5",
4 "description": "Framing for Angular - the core framework",
5 "main": "./bundles/ng-core.umd.js",
6 "module": "./@framing/ng-core.es5.js",
7 "es2015": "./@framing/ng-core.js",
8 "typings": "./ng-core.d.ts",
9 "author": "framing",
10 "license": "Apache-2.0",
11 "peerDependencies": {
12 "@angular/common": "4.x.x",
13 "@angular/compiler": "4.x.x",
14 "@angular/compiler-cli": "4.x.x",
15 "@angular/core": "4.x.x",
16 "@angular/forms": "4.x.x",
17 "@angular/http": "4.x.x",
18 "@angular/platform-browser": "4.x.x",
19 "@angular/platform-browser-dynamic": "4.x.x",
20 "@angular/platform-server": "4.x.x",
21 "@angular/router": "4.x.x",
22 "lodash": "4.x.x",
23 "rxjs": "5.2.x",
24 "zone.js": "0.8.x"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/framing/ng-framing.git"
29 }
30}