summaryrefslogtreecommitdiff
path: root/sites/all/libraries/colorbox/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sites/all/libraries/colorbox/package.json')
-rw-r--r--sites/all/libraries/colorbox/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/sites/all/libraries/colorbox/package.json b/sites/all/libraries/colorbox/package.json
new file mode 100644
index 000000000..de888cbc2
--- /dev/null
+++ b/sites/all/libraries/colorbox/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "jquery-colorbox",
+ "description": "jQuery lightbox and modal window plugin.",
+ "version": "1.6.3",
+ "keywords": [
+ "modal",
+ "lightbox",
+ "gallery",
+ "popup",
+ "ui",
+ "jquery-plugin"
+ ],
+ "author": {
+ "name": "Jack Moore",
+ "url": "http://www.jacklmoore.com",
+ "email": "hello@jacklmoore.com"
+ },
+ "main": "jquery.colorbox.js",
+ "license": "MIT",
+ "homepage": "http://www.jacklmoore.com/colorbox",
+ "demo": "http://www.jacklmoore.com/colorbox",
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/jackmoore/colorbox.git"
+ },
+ "dependencies": {
+ "jquery": ">=1.3.2"
+ }
+}