forked from blueimp/Bootstrap-Image-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
57 lines (57 loc) · 1.5 KB
/
bower.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "blueimp-bootstrap-image-gallery",
"version": "3.1.1",
"title": "Bootstrap Image Gallery",
"description": "Bootstrap Image Gallery is an extension to blueimp Gallery, a touch-enabled, responsive and customizable image and video gallery. It displays images and videos in the modal dialog of the Bootstrap framework, features swipe, mouse and keyboard navigation, transition effects, fullscreen support and on-demand content loading and can be extended to display additional content types.",
"keywords": [
"image",
"video",
"gallery",
"modal",
"dialog",
"lightbox",
"mobile",
"desktop",
"touch",
"responsive",
"swipe",
"mouse",
"keyboard",
"navigation",
"transition",
"effects",
"slideshow",
"fullscreen"
],
"homepage": "https://github.com/blueimp/Bootstrap-Image-Gallery",
"author": {
"name": "Sebastian Tschan",
"url": "https://blueimp.net"
},
"repository": {
"type": "git",
"url": "git://github.com/blueimp/Bootstrap-Image-Gallery.git"
},
"bugs": "https://github.com/blueimp/Bootstrap-Image-Gallery/issues",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": ">=3.0.0",
"blueimp-gallery": ">=2.12.0"
},
"main": [
"css/bootstrap-image-gallery.css",
"img/loading.gif",
"js/bootstrap-image-gallery.js"
],
"ignore": [
"/*.*",
"css/demo.css",
"js/demo.js"
]
}