-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathbower.json
36 lines (36 loc) · 859 Bytes
/
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
{
"name": "jquery-fullsizable",
"version": "2.1.0",
"homepage": "http://mschmidt.github.io/jquery-fullsizable/",
"authors": [
"Matthias Schmidt <[email protected]> (http://pixelflush.com)"
],
"repository": {
"type": "git",
"url": "git://github.com/MSchmidt/jquery-fullsizable.git"
},
"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.",
"main": [
"js/jquery-fullsizable.js",
"css/jquery-fullsizable.css"
],
"dependencies": {
"jquery": ">=1.7"
},
"keywords": [
"jquery",
"fullsizable",
"lightbox",
"image",
"photo",
"gallery",
"fullscreen",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"js/jquery-1.7.2.js",
"examples"
]
}