forked from blueimp/Bootstrap-Image-Gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 KB
/
package.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
44
45
46
47
{
"name": "blueimp-bootstrap-image-gallery",
"version": "2.8.0",
"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"
},
"maintainers": [
{
"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.7",
"blueimp-load-image": ">=1.1.4",
"bootstrap": ">=2.0"
}
}