summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/libraries/colorbox/bower.json')
-rw-r--r--sites/all/libraries/colorbox/bower.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/bower.json b/sites/all/libraries/colorbox/bower.json
new file mode 100644
index 000000000..f5fb8db18
--- /dev/null
+++ b/sites/all/libraries/colorbox/bower.json
@@ -0,0 +1,40 @@
+{
+ "name": "jquery-colorbox",
+ "description": "jQuery lightbox and modal window plugin",
+ "dependencies": {
+ "jquery": ">=1.3.2"
+ },
+ "keywords": [
+ "modal",
+ "lightbox",
+ "gallery",
+ "popup",
+ "ui",
+ "jquery-plugin"
+ ],
+ "authors": [
+ {
+ "name": "Jack Moore",
+ "url": "http://www.jacklmoore.com",
+ "email": "hello@jacklmoore.com"
+ }
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://www.opensource.org/licenses/mit-license.php"
+ }
+ ],
+ "homepage": "http://www.jacklmoore.com/colorbox",
+ "main": "jquery.colorbox.js",
+ "ignore": [
+ "colorbox.jquery.json",
+ "colorbox.ai",
+ "content",
+ "example1/index.html",
+ "example2/index.html",
+ "example3/index.html",
+ "example4/index.html",
+ "example5/index.html"
+ ]
+} \ No newline at end of file