forked from ngryman/jquery.finger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
finger.jquery.json
43 lines (43 loc) · 1.07 KB
/
finger.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
43
{
"name": "finger",
"title": "jQuery Finger",
"version": "0.1.0",
"description": "jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.",
"homepage": "https://github.com/ngryman/jquery.finger",
"bugs": "https://github.com/ngryman/jquery.finger/issues",
"author": {
"name": "Nicolas Gryman",
"email": "ngryman@gmail.com",
"url": "http://ngryman.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/ngryman/jquery.finger.git"
},
"bugs": {
"url": "https://github.com/ngryman/jquery.finger/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": "~1.7.0"
},
"keywords": [
"tap",
"doubletap",
"swipe",
"flick",
"drag",
"move",
"gestures",
"touch",
"tappable",
"event",
"mobile",
"tablet"
]
}