forked from richardscarrott/jquery-mousestop-event
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.mousestop.jquery.json
34 lines (34 loc) · 1.01 KB
/
event.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
{
"name": "event.mousestop",
"title": "jQuery Mousestop Event",
"description": "jQuery mousestop offers a less intrusive alternative to JavaScripts mouseenter event.",
"keywords": [
"event",
"interaction",
"mouse"
],
"version": "0.1.1",
"author": {
"name": "Richard Scarrott",
"email": "riscarrott@googlemail.com",
"url": "http://richardscarrott.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/richardscarrott/jquery-mousestop-event/issues",
"homepage": "http://richardscarrott.co.uk/posts/view/jquery-mousestop-event",
"demo": "http://richardscarrott.co.uk/posts/view/jquery-mousestop-event#demo",
"docs": "https://github.com/richardscarrott/jquery-mousestop-event#readme",
"download": "https://github.com/richardscarrott/jquery-mousestop-event",
"dependencies": {
"jquery": ">=1.3"
}
}