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, 36 insertions, 0 deletions
diff --git a/vbd/gui/module/src/main/resources/vpp/bower.json b/vbd/gui/module/src/main/resources/vpp/bower.json
new file mode 100644
index 000000000..14f703511
--- /dev/null
+++ b/vbd/gui/module/src/main/resources/vpp/bower.json
@@ -0,0 +1,36 @@
+{
+ "name": "open-vpp",
+ "description": "open-vpp",
+ "main": "app.js",
+ "authors": [
+ "Varun Seereeram",
+ "Chris Metz",
+ "Dave Wallace"
+ ],
+ "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.6",
+ "angular-route": "~1.4.7"
+ },
+ "resolutions": {
+ "angular": "1.4.8"
+ }
+}