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.json36
1 files changed, 0 insertions, 36 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/bower.json b/vbd/gui/module/src/main/resources/vpp/bower.json
deleted file mode 100644
index f317fb1ae..000000000
--- a/vbd/gui/module/src/main/resources/vpp/bower.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
- "name": "odl-vpp-ui",
- "description": "Opendaylight VPP UI",
- "main": "main.js",
- "authors": [
- "Varun Seereeram",
- "Chris Metz",
- "Dave Wallace",
- "Daniel Malachovsky"
- ],
- "license": "ISC",
- "keywords": [
- "open-vpp"
- ],
- "moduleType": [
- "node"
- ],
- "homepage": "",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "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.7"
- },
- "resolutions": {
- "angular": "1.4.9"
- }
-}