-
Notifications
You must be signed in to change notification settings - Fork 107
/
Copy pathhover3d.jquery.json
34 lines (34 loc) · 964 Bytes
/
hover3d.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
{
"name": "hover3d",
"title": "jQuery Hover3d",
"description": "Simple jQuery plugin for creating 3d hover effect using CSS3 3d transform",
"keywords": [
"hover",
"effect",
"ui",
"image",
"animation"
],
"version": "1.1.0",
"author": {
"name": "Rian Ariona",
"url": "http://ariona.net"
},
"maintainers": [{
"name": "Rian Ariona",
"email": "[email protected]",
"url": "http://ariona.net"
}],
"licenses": [{
"type": "MIT",
"url": "https://github.com/ariona/hover3d/blob/master/LICENSE"
}],
"demo": "http://ariona.github.io/hover3d/",
"bugs": "https://github.com/ariona/hover3d/issues",
"homepage": "https://github.com/ariona/hover3d/",
"docs": "https://github.com/ariona/hover3d/",
"download": "https://github.com/ariona/hover3d/archive/master.zip",
"dependencies": {
"jquery": ">=1.7"
}
}