-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathokhover.jquery.json
More file actions
38 lines (38 loc) · 1.02 KB
/
okhover.jquery.json
File metadata and controls
38 lines (38 loc) · 1.02 KB
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
{
"name": "okhover",
"version": "1.1.0",
"title": "okhover",
"description": "A jQuery Plugin that creates a memorable tiled background effect, manipulated by mouse movement.",
"homepage": "https://github.com/okfocus/okhover",
"docs": "https://github.com/okfocus/okhover",
"demo": "http://okfoc.us/okhover",
"licenses": [{
"type": "MIT",
"url": "https://raw.github.com/okfocus/okhover/master/license"
}],
"keywords": ["hover", "background", "effect", "tile", "mouse", "mousemove", "okfocus"],
"author": {
"name": "OKFocus",
"url": "https://github.com/okfocus"
},
"maintainers": [{
"name": "Jonathan Vingiano",
"url": "https://github.com/jgv"
},
{
"name": "Jules LaPlace",
"url": "https://github.com/julescarbon"
},
{
"name": "Ryder Ripps",
"url": "https://github.com/ryderr"
}],
"repository": {
"type": "git",
"url": "git://github.com/okfocus/okhover.git"
},
"bugs": "https://github.com/okfocus/okhover/issues",
"dependencies": {
"jquery": ">=1.4"
}
}