blob: d90d0d7843fd1289863be65534f257ce56a82178 [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",
15 "@angular/core": "^7.0.0"
16 }
17}