-
Notifications
You must be signed in to change notification settings - Fork 100
/
nanogallery.jquery.json
54 lines (54 loc) · 1.08 KB
/
nanogallery.jquery.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
{
"name": "nanogallery",
"title": "jQuery nanoGALLERY",
"description": "Image gallery simplified. Touch enabled, fully responsive, justified/cascading/grid layout and it supports cloud storage.",
"keywords": [
"image",
"gallery",
"portfolio",
"photo",
"photoset",
"slideshow",
"flickr",
"googleplus",
"picasa",
"effects",
"swipe",
"responsive",
"ui",
"mobile",
"ajax",
"lightbox",
"cloud",
"touchscreen",
"RTL"
],
"version": "5.10.3",
"author": {
"name": "Kris_B",
"url": "http://www.brisbois.fr"
},
"maintainers": [
{
"name": "Kris_B",
"email": "[email protected]",
"url": "http://www.brisbois.fr"
}
],
"licenses": [
{
"type": "CC BY-NC 3.0",
"url": "http://creativecommons.org/licenses/by-nc/3.0/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Kris-B/nanoGALLERY.git"
},
"bugs": "https://github.com/Kris-B/nanoGALLERY/issues",
"homepage": "http://www.nanogallery.brisbois.fr",
"demo": "http://www.nanogallery.brisbois.fr",
"dependencies": {
"jquery": ">=1.7.1"
}
}