summaryrefslogtreecommitdiffstats
path: root/vbd/gui/module/src/main/resources/vpp/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'vbd/gui/module/src/main/resources/vpp/bower.json')
-rw-r--r--vbd/gui/module/src/main/resources/vpp/bower.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/bower.json b/vbd/gui/module/src/main/resources/vpp/bower.json
index a6edf5837..441b933b6 100644
--- a/vbd/gui/module/src/main/resources/vpp/bower.json
+++ b/vbd/gui/module/src/main/resources/vpp/bower.json
@@ -1,7 +1,7 @@
{
- "name": "open-vpp",
- "description": "open-vpp",
- "main": "app.js",
+ "name": "odl-vpp-ui",
+ "description": "Opendaylight VPP UI",
+ "main": "main.js",
"authors": [
"Varun Seereeram",
"Chris Metz",
@@ -28,10 +28,10 @@
"angular-animate": "^1.3.0 || >1.4.0-beta.0",
"angular-aria": "^1.3.15 || >1.4.0-beta.0",
"angular-material": "~0.11.4",
- "angular-smart-table": "~2.1.6",
- "angular-route": "~1.4.7"
+ "angular-smart-table": "~2.1.7",
+ "angular-ui-grid": "~3.1.0"
},
"resolutions": {
- "angular": "1.4.8"
+ "angular": "1.4.9"
}
}