summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/package.json')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/package.json17
1 files changed, 6 insertions, 11 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/package.json b/vbd/gui/module/src/main/resources/vpp/package.json
index b049c926a..3909fb8e0 100644
--- a/vbd/gui/module/src/main/resources/vpp/package.json
+++ b/vbd/gui/module/src/main/resources/vpp/package.json
@@ -1,23 +1,18 @@
{
- "name": "open-vpp",
+ "name": "odl-vpp",
"version": "1.0.0",
- "description": "open-vpp",
- "main": "app.js",
- "dependencies": {
- "express": "^4.13.3",
- "express-http-proxy": "^0.6.0",
- "url": "^0.11.0"
- },
+ "description": "Opendaylight VPP UI",
+ "main": "main.js",
"devDependencies": {
"bower": "~1.3.12"
},
"repository": {
"type": "git",
- "url": "ssh://git@stash-eng.cisco.com:7999/~dwallace/honeycomb-demo.git"
+ "url": "git clone https://gerrit.fd.io/r/honeycomb"
},
- "author": "Varun Seereeram, Chris Metz, John Burns, Dave Wallace",
+ "author": "Varun Seereeram, Chris Metz, John Burns, Dave Wallace, Daniel Malachovsky",
"license": "ISC",
"keywords": [
- "open-vpp"
+ "odl-vpp"
]
}