summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/package.json
diff options
context:
space:
mode:
authorDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-04 15:12:56 +0100
committerDaniel Malachovsky <daniel.malachovsky@pantheon.sk>2016-02-04 20:37:13 +0000
commitd97a05097134fe044ef416e72371948b0bb22b5c (patch)
tree577a7b6097d04ec08dd3d75b102ebf7d7822f237 /vbd/gui/module/src/main/resources/vpp/package.json
parent74a62622f19db08823be3e8f36777df94dc9de4e (diff)
Copyright header fix
- added copyright header to css and js files - small fixes in css files Change-Id: I62a32067d71ede7a7440662b1816f939659101e7 Signed-off-by: Daniel Malachovsky <daniel.malachovsky@pantheon.sk>
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"
]
}