-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
55 lines (55 loc) · 1.6 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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "jquery-abigimage",
"description": "ABigImage - view big versions of images. Fit mobile devices. Uses CSS3 transform and transition for smooth touch sliding. Touch slide left or right opens next or previous image, touch slide up or down closes image. Multi-touch and double-tap zoom, zoom out closes image. Clicking image opens next one, clicking left side opens previous, clicking right side closes image. Hotkeys for next, previous and close buttons. Closing after viewing of all images. Preloading of next and previous images. Images counter. Uses link's `href` or `data-href` attribute for large images. Fully customizable styles. Customizable, scrolling down bottom area. Customizable `onopen` and `onclose` event.",
"main": "abigimage.jquery.min.js",
"authors": [
"Maksim Krylosov <[email protected]> (http://aeqdev.com/)"
],
"license": "MIT",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"image",
"picture",
"photo",
"view",
"viewer",
"big",
"large",
"enlarge",
"zoom",
"lightbox",
"popup",
"mobile",
"desktop",
"slideshow",
"touch",
"slide",
"keyboard",
"hotkey",
"responsive",
"html5",
"jquery"
],
"repository": {
"type": "git",
"url": "https://github.com/makryl/ABigImage.git"
},
"moduleType": [],
"homepage": "http://aeqdev.com/tools/js/abigimage/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"tpl",
"img",
"Gruntfile.js",
"index.html",
"package.json"
],
"dependencies": {
"jquery": ">=1.9"
}
}