Sean Condon | ff85fbe | 2019-03-16 14:28:46 +0000 | [diff] [blame] | 1 | { |
| 2 | "name": "gui2-topo-lib", |
Sean Condon | 4b7818d | 2019-05-23 07:45:14 +0100 | [diff] [blame] | 3 | "version": "2.1.1", |
| 4 | "author": { |
| 5 | "name": "Sean Condon", |
| 6 | "email": "sean@opennetworking.org" |
| 7 | }, |
| 8 | "description": "ONOS Project GUI Topology View Library built on Angular7+", |
| 9 | "keywords": "ONOS SDN Controller ONF Open Networking Foundation", |
| 10 | "homepage": "https://onosproject.org/", |
| 11 | "bugs": "support@opennetworking.org", |
| 12 | "license": "Apache-2.0", |
| 13 | "repository": { |
| 14 | "type" : "git", |
| 15 | "url" : "https://github.com/opennetworkinglab/onos.git" |
| 16 | }, |
Sean Condon | ff85fbe | 2019-03-16 14:28:46 +0000 | [diff] [blame] | 17 | "peerDependencies": { |
| 18 | "@angular/common": "^7.0.0", |
Sean Condon | 27f06da | 2019-05-25 17:02:14 +0100 | [diff] [blame] | 19 | "@angular/core": "^7.0.0", |
| 20 | "gui2-fw-lib": "^2.1.1" |
Sean Condon | ff85fbe | 2019-03-16 14:28:46 +0000 | [diff] [blame] | 21 | } |
| 22 | } |