Initial OpenECOMP Portal commit
[portal.git] / ecomp-portal-FE / client / bower_components / ui-select / bower.json
diff --git a/ecomp-portal-FE/client/bower_components/ui-select/bower.json b/ecomp-portal-FE/client/bower_components/ui-select/bower.json
new file mode 100644 (file)
index 0000000..d7a7baf
--- /dev/null
@@ -0,0 +1,31 @@
+{
+  "name": "angular-ui-select",  
+  "homepage": "https://github.com/angular-ui/ui-select",
+  "authors": [
+    "AngularUI"
+  ],
+  "description": "AngularJS ui-select",
+  "main": [
+    "dist/select.js",
+    "dist/select.css"
+  ],
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "bower_components",
+    "src",
+    "test",
+    "gulpfile.js",
+    "karma.conf.js",
+    "examples"
+  ],
+  "dependencies": {
+    "angular": ">=1.2.18"
+  },
+  "devDependencies": {
+    "jquery": "~1.11",
+    "angular-sanitize": ">=1.2.18",
+    "angular-mocks": ">=1.2.18"
+  }
+}