viz_produttori/software_export/bower_components/lightbox2/.bower.json
2020-02-27 22:15:12 +01:00

43 lines
No EOL
951 B
JSON

{
"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.7.4",
"_release": "2.7.4",
"_resolution": {
"type": "version",
"tag": "v2.7.4",
"commit": "0c250754f3de0d1cf16675596dc196b0bb85abf9"
},
"_source": "https://github.com/lokesh/lightbox2.git",
"_target": "~2.7.1",
"_originalSource": "lightbox2"
}