{ | |
"name": "${artifactId}-gui-lib", | |
"version": "1.0.0", | |
"description": "ONOS ${artifactId} GUI", | |
"keywords": "ONOS SDN Controller ONF Open Networking Foundation", | |
"homepage": "https://onosproject.org/", | |
"bugs": "support@opennetworking.org", | |
"license": "Apache-2.0", | |
"repository": { | |
"type" : "git", | |
"url" : "https://github.com/opennetworkinglab/onos.git" | |
}, | |
"peerDependencies": { | |
"@angular/common": "^7.0.0", | |
"@angular/core": "^7.0.0" | |
} | |
} |