-
Notifications
You must be signed in to change notification settings - Fork 157
/
Copy pathsliphover.jquery.json
42 lines (42 loc) · 1.09 KB
/
sliphover.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": "sliphover",
"title": "SlipHover",
"description": "Apply direction aware 2D/3D hover effect to images",
"keywords": [
"direction-aware",
"animation",
"effect",
"hover",
"image",
"caption",
"overlay",
"gallery"
],
"version": "2.0.5",
"author": {
"name": "wayou",
"email": "[email protected]",
"url": "https://github.com/wayou"
},
"maintainers": [
{
"name": "wayou",
"email": "[email protected]",
"url": "https://github.com/wayou"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/blob/2.1.2/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/wayou/sliphover/issues",
"homepage": "http://wayou.github.io/SlipHover/",
"docs": "http://wayou.github.io/SlipHover/",
"demo":"http://wayou.github.io/SlipHover/",
"download": "https://github.com/wayou/SlipHover/zipball/master",
"dependencies": {
"jquery": ">=1.5"
}
}