Sean Condon | a36f65c | 2019-05-20 08:21:41 +0100 | [diff] [blame] | 1 | { |
| 2 | "name": "${artifactId}-gui-lib", |
| 3 | "version": "1.0.0", |
Sean Condon | 4b7818d | 2019-05-23 07:45:14 +0100 | [diff] [blame] | 4 | "description": "ONOS ${artifactId} GUI", |
| 5 | "keywords": "ONOS SDN Controller ONF Open Networking Foundation", |
| 6 | "homepage": "https://onosproject.org/", |
| 7 | "bugs": "support@opennetworking.org", |
| 8 | "license": "Apache-2.0", |
| 9 | "repository": { |
| 10 | "type" : "git", |
| 11 | "url" : "https://github.com/opennetworkinglab/onos.git" |
| 12 | }, |
Sean Condon | a36f65c | 2019-05-20 08:21:41 +0100 | [diff] [blame] | 13 | "peerDependencies": { |
| 14 | "@angular/common": "^7.0.0", |
Sean Condon | 27f06da | 2019-05-25 17:02:14 +0100 | [diff] [blame^] | 15 | "@angular/core": "^7.0.0", |
| 16 | "gui2-fw-lib": "^2.1.1", |
| 17 | "d3": "^5.9.2" |
Sean Condon | a36f65c | 2019-05-20 08:21:41 +0100 | [diff] [blame] | 18 | } |
Sean Condon | 27f06da | 2019-05-25 17:02:14 +0100 | [diff] [blame^] | 19 | } |