forked from sachinchoolur/lightgallery.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 845 Bytes
/
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
{
"name": "lightgallery.js",
"version": "1.3.0",
"description": "Full featured lightbox gallery. Zero dependencies",
"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.js/",
"repository": {
"type": "git",
"url": "git://github.com/sachinchoolur/lightgallery.js.git"
},
"license": "GPLv3",
"ignore": [
"README.md"
]
}