]> git.mxchange.org Git - friendica.git/blobdiff - library/colorbox/package.json
Remove colorbox from library
[friendica.git] / library / colorbox / package.json
diff --git a/library/colorbox/package.json b/library/colorbox/package.json
deleted file mode 100644 (file)
index de888cb..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-{
-       "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"
-       }
-}