blob: 11f711e471984f8a16f32eb73e31d8e2f5139588 [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001{
2 "name": "${artifactId}-gui-lib",
3 "version": "1.0.0",
Sean Condon4b7818d2019-05-23 07:45:14 +01004 "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 Condona36f65c2019-05-20 08:21:41 +010013 "peerDependencies": {
14 "@angular/common": "^7.0.0",
Sean Condon27f06da2019-05-25 17:02:14 +010015 "@angular/core": "^7.0.0",
16 "gui2-fw-lib": "^2.1.1",
17 "d3": "^5.9.2"
Sean Condona36f65c2019-05-20 08:21:41 +010018 }
Sean Condon27f06da2019-05-25 17:02:14 +010019}