forked from websanova/mousestop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmousestop.jquery.json
42 lines (42 loc) · 1.02 KB
/
mousestop.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": "mousestop",
"title": "mousestop jQuery Plugin",
"description": "A jQuery mousestop plugin to compliment other mouse events such as `mousemove`, `mouseout` and `mouseout` coming in at ~1Kb minified.",
"keywords": [
"websanova",
"mousestop",
"mouse",
"stop",
"mousemove",
"mouseout",
"mouseover",
"mouseleave",
"mouseenter"
],
"version": "3.0.1",
"author": {
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
},
"maintainers": [
{
"name": "Websanova",
"email": "rob@websanova.com",
"url": "http://websanova.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/websanova/mousestop#license"
}
],
"bugs": "https://github.com/websanova/mousestop/issues",
"homepage": "http://mousestop.websanova.com",
"docs": "https://github.com/websanova/mousestop#mousestopjs",
"download": "https://github.com/websanova/mousestop/tags",
"dependencies": {
"jquery": ">=1.5"
}
}