Sean Condon | e4e8f6a | 2020-04-13 10:30:35 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "gui2-fw-lib", |
| 3 | "version": "2.3.5", |
| 4 | "author": { |
| 5 | "name": "Sean Condon", |
| 6 | "email": "sean@opennetworking.org" |
| 7 | }, |
| 8 | "description": "ONOS Project GUI Framework Library built on Angular9+", |
| 9 | "keywords": [ |
| 10 | "ONOS", |
| 11 | "SDN", |
| 12 | "Controller", |
| 13 | "ONF", |
| 14 | "Open", |
| 15 | "Networking", |
| 16 | "Foundation" |
| 17 | ], |
| 18 | "homepage": "https://onosproject.org/onos/", |
| 19 | "bugs": "support@opennetworking.org", |
| 20 | "license": "Apache-2.0", |
| 21 | "repository": { |
| 22 | "type": "git", |
| 23 | "url": "https://github.com/opennetworkinglab/onos.git" |
| 24 | }, |
| 25 | "peerDependencies": { |
| 26 | "@angular/common": "^9.1.0", |
| 27 | "@angular/core": "^9.1.0" |
| 28 | }, |
| 29 | "main": "./bundles/gui2-fw-lib.umd.js", |
| 30 | "fesm5": "./fesm5/gui2-fw-lib.js", |
| 31 | "fesm2015": "./fesm2015/gui2-fw-lib.js", |
| 32 | "esm5": "./esm5/gui2-fw-lib_public_index.js", |
| 33 | "esm2015": "./esm2015/gui2-fw-lib_public_index.js", |
| 34 | "typings": "./index.d.ts", |
| 35 | "module": "./fesm5/gui2-fw-lib.js", |
| 36 | "es2015": "./fesm2015/gui2-fw-lib.js" |
| 37 | } |