forked from HotStudio/touchy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
touchy.jquery.json
30 lines (30 loc) · 1.03 KB
/
touchy.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
{
"name": "touchy",
"version": "1.1",
"title": "Touchy",
"author": {
"name": "Bill Fisher",
"email": "[email protected]",
"url": "https://github.com/fisherwebdev"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-color/raw/2.0.0-beta.1/MIT-LICENSE.txt"
}
],
"jquery": {
"dependencies": {
"jquery": ">=1.4.2"
}
},
"description": "Touchy is a highly configurable jQuery plugin for managing touch events. The plugin exposes event data (velocity, etc) for longpress, drag, pinch, rotate, swipe. Example use cases: prevent conflict between drag and swipe; get pinch abstracted across Android and iOS; create a single finger rotation. This plugin was created at Hot Studio.",
"demo": "http://hotstudio.github.io/touchy/examples/wheel-inertia.html",
"keywords": [
"events",
"touch",
"mobile",
"tablet"
],
"homepage": "https://github.com/hotstudio/touchy"
}