forked from jaukia/zoomooz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zoomooz.jquery.json
42 lines (34 loc) · 914 Bytes
/
zoomooz.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
{
"name": "zoomooz",
"version": "1.1.6",
"title": "jQuery Zoomooz",
"description": "Zoomooz is an easy-to-use jQuery plugin for making any web page element zoom.",
"keywords": [
"zoom",
"zooming",
"zui",
"animation",
"ui",
"gallery",
"lightbox"
],
"dependencies": {
"jquery": ">=1.4.0"
},
"homepage": "http://janne.aukia.com/zoomooz",
"author": {
"name": "Janne Aukia",
"email": "[email protected]",
"url": "https://github.com/jaukia"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jaukia/zoomooz/blob/master/src/MIT-LICENSE.txt"
},
{
"type": "GPL-2.0",
"url": "https://github.com/jaukia/zoomooz/blob/master/src/GPL-LICENSE.txt"
}
]
}