forked from mmikowski/jquery.event.ue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event.ue.jquery.json
31 lines (30 loc) · 1.54 KB
/
event.ue.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
{ "name" : "event.ue",
"version" : "0.3.3",
"title" : "Unified mouse and mobile touch input events",
"author" : {
"name" : "Michael S. Mikowski",
"email" : "[email protected]"
},
"licenses" : [
{ "type" : "MIT",
"url" : "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
},
{ "type" : "GPLv2",
"url" : "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"dependencies" : { "jquery" : ">=1.7.0" },
"description" : "Use this plugin to handle both keyboard-mouse and mobile touch motions with a unified set of events. It is currently being used in a commercial SPA and is featured in the book [Single page web applications - JavaScript end-to-end](http://manning.com/mikowski). Supported motions for both desktop and touch devices include tap, long-press, drag, long-press-drag, and zoom. See the README.md on the home page for much greater detail. Please see 'ue-test.html' file for a demonstration of the different motions. Most test tiles below the second row are negative test cases and should not be draggable (the one exception is the 'held+helddrag' example).",
"keywords" : [
"event", "events", "touch", "mobile",
"unified","drag","zoom","tap","click"
],
"url" : "https://github.com/mmikowski/jquery.event.ue",
"homepage" : "https://github.com/mmikowski/jquery.event.ue",
"bugs" : "https://github.com/mmikowski/jquery.event.ue/issues",
"maintainers" : [
{ "name" : "Michael S. Mikowski",
"email" : "[email protected]"
}
]
}