forked from dave1010/jquery-fast-click
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfastClick.jquery.json
More file actions
31 lines (31 loc) · 839 Bytes
/
fastClick.jquery.json
File metadata and controls
31 lines (31 loc) · 839 Bytes
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": "fastClick",
"title": "jQuery fastClick",
"description": "Work around some mobile browser's 300ms delay on the click event",
"keywords": [
"mobile",
"click",
"speed",
"performance"
],
"version": "1.0.0",
"author": {
"name": "Dave Hulbert",
"email": "dave1010@gmail.com",
"url": "http://www.createopen.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Boldewyn/jQuery.exdent/blob/master/LICENSE.MIT"
}
],
"bugs": "https://github.com/dave1010/jquery-fast-click/issues",
"homepage": "http://dave1010.github.com/jquery-fast-click/",
"docs": "http://dave1010.github.com/jquery-fast-click/",
"download": "https://github.com/dave1010/jquery-fast-click",
"demo": "http://jsfiddle.net/p4BhA/4/",
"dependencies": {
"jquery": ">=1.5"
}
}