forked from garralab/HiddenPosition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hiddenposition.jquery.json
39 lines (39 loc) · 1.09 KB
/
hiddenposition.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
{
"name": "hiddenposition",
"title": "jQuery HiddenPosition",
"description": "Position any element to any element, even if they are hidden",
"keywords": [
"ui",
"animation",
"positioning-hidden",
"positioning"
],
"version": "1.1.0",
"author": {
"name": "Garralab",
"url": "http://www.garralab.com"
},
"maintainers": [
{
"name": "Sasha Garravich",
"email": "[email protected]"
}, {
"name": "Garralab",
"email": "[email protected]",
"url": "http://www.garralab.com"
}
],
"licenses": [
{
"type": "GPL-3.0",
"url": "https://github.com/garralab/HiddenPosition/blob/master/license.txt"
}
],
"bugs": "https://sourceforge.net/p/hiddenposition/tickets/",
"homepage": "http://www.garralab.com/hiddenposition.php",
"docs": "http://www.garralab.com/hiddenposition.php",
"download": "http://www.garralab.com/hiddenposition.php#downloads",
"dependencies": {
"jquery": ">=1.4"
}
}