-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathfullsizable.jquery.json
More file actions
32 lines (32 loc) · 856 Bytes
/
fullsizable.jquery.json
File metadata and controls
32 lines (32 loc) · 856 Bytes
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
{
"name": "fullsizable",
"version": "2.1.0",
"title": "jQuery fullsizable",
"author": {
"name": "Matthias Schmidt",
"url": "http://m-schmidt.eu"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"description": "jQuery plugin to make use of the full available browser space for enjoyable image viewing. Also supports the native HTML5 fullscreen API in modern browsers.",
"keywords": [
"jquery",
"fullsizable",
"lightbox",
"image",
"photo",
"gallery",
"fullscreen",
"responsive"
],
"homepage": "http://mschmidt.github.io/jquery-fullsizable",
"docs": "https://github.com/MSchmidt/jquery-fullsizable/blob/master/README.md",
"bugs": "https://github.com/MSchmidt/jquery-fullsizable/issues"
}