forked from blueimp/Bootstrap-Image-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1.21 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
43
{
"name": "blueimp-bootstrap-image-gallery",
"version": "2.10.2",
"title": "Bootstrap Image Gallery",
"description": "Bootstrap Image Gallery is an extension to the Modal dialog of Twitter's Bootstrap toolkit, to ease navigation between a set of gallery images. It features mouse and keyboard navigation, transition effects, fullscreen mode and slideshow functionality.",
"keywords": [
"image",
"gallery",
"modal",
"dialog",
"bootstrap",
"mouse",
"keyboard",
"navigation",
"transition",
"effects",
"fullscreen",
"slideshow"
],
"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"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"devDependencies": {
"uglify-js": "2.3.6",
"less": "1.4.0"
},
"dependencies": {
"jquery": ">=1.7",
"bootstrap": ">=2.3.2"
}
}