diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..8da560d --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + name: 'LC-Lightbox-LITE', + description: 'LC Lightbox is a modern jQuery lightbox focused on contents', + main: [ + 'js/lc_lightbox.lite.min.js', + 'css/lc_lightbox.min.css' + ], + keywords: [ + 'jquery', + 'lightbox' + ], + authors: [ + 'Luca Montanari (https://lcweb.it)' + ], + license: 'MIT', + homepage: 'https://lcweb.it/lc-lightbox', + dependencies: { + "jquery": ">=1.7.0" + }, + ignore: [ + 'lib' + ] +} \ No newline at end of file