Skip to content

Commit

Permalink
adding bower
Browse files Browse the repository at this point in the history
  • Loading branch information
LCweb-ita committed Jan 30, 2018
1 parent 116b1dc commit de66583
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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'
]
}

0 comments on commit de66583

Please sign in to comment.