]> git.mxchange.org Git - friendica.git/blobdiff - library/colorbox/package.json
colorbox: update library to 1.6.3
[friendica.git] / library / colorbox / package.json
diff --git a/library/colorbox/package.json b/library/colorbox/package.json
new file mode 100644 (file)
index 0000000..de888cb
--- /dev/null
@@ -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"
+       }
+}