generate thumbs with imagemagick; js lightbox
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "lightbox2",
|
||||
"homepage": "http://lokeshdhakar.com/projects/lightbox2/",
|
||||
"authors": [
|
||||
"Lokesh Dhakar <lokesh.dhakar@gmail.com>"
|
||||
],
|
||||
"description": "The original Lightbox script. Uses jQuery.",
|
||||
"main": [
|
||||
"./dist/js/lightbox.js",
|
||||
"./dist/css/lightbox.css",
|
||||
"./dist/images/close.png",
|
||||
"./dist/images/loading.gif",
|
||||
"./dist/images/next.png",
|
||||
"./dist/images/prev.png"
|
||||
],
|
||||
"keywords": [
|
||||
"lightbox",
|
||||
"lightbox2",
|
||||
"overlay",
|
||||
"gallery",
|
||||
"slideshow",
|
||||
"images"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~2"
|
||||
},
|
||||
"version": "2.9.0",
|
||||
"_release": "2.9.0",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.9.0",
|
||||
"commit": "3c792b46c0e5dd6923f9d71db8cad611beef8050"
|
||||
},
|
||||
"_source": "https://github.com/lokesh/lightbox2.git",
|
||||
"_target": "^2.9.0",
|
||||
"_originalSource": "lightbox2",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user