-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 1.03 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "lightgallery",
"version": "1.6.1",
"description": "A lightweight, customizable, modular, responsive, lightbox gallery plugin for jQuery.",
"main": [
"dist/js/lightgallery.min.js",
"dist/css/lightgallery.css",
"dist/fonts/lg.eot",
"dist/fonts/lg.svg",
"dist/fonts/lg.ttf",
"dist/fonts/lg.woff",
"dist/img/loading.gif",
"dist/img/video-play.png",
"dist/img/vimeo-play.png",
"dist/img/youtube-play.png"
],
"keywords": [
"gallery",
"lightbox",
"image",
"youtube",
"vimeo"
],
"authors": [
"Sachin N <[email protected]>"
],
"homepage": "http://sachinchoolur.github.io/lightGallery/",
"repository": {
"type": "git",
"url": "git://github.com/sachinchoolur/lightGallery.git"
},
"license": "GPLv3",
"ignore": [
"README.md"
],
"dependencies": {
"jquery": ">=1.7.0"
},
"devDependencies": {
"qunit": "~1.12.0"
}
}