-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfastButtons.jquery.json
34 lines (33 loc) · 1.06 KB
/
fastButtons.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
{
"name" : "fastButtons",
"version" : "1.0.4",
"title" : "jQuery Mobile Fast Buttons",
"author" : {
"name" : "Justin McCandless",
"email" : "justinjmccandless@gmail.com",
"url" : "http://www.justinmccandless.com"
},
"description" : "Removes the 300ms delay in some browsers (like iOS) by simply replacing default click events with jQuery Mobile's vclick",
"keywords" : [
"jquerymobile",
"vclick",
"fast",
"mobile",
"speed",
"click",
"delay"
],
"licenses" : [
{
"type" : "MIT",
"url" : "https://raw.github.com/justinmc/jquery.mobile.fastButtons/master/LICENSE.md"
}
],
"docs" : "https://github.com/justinmc/jquery.mobile.fastButtons/blob/master/README.md",
"demo" : "http://www.justinmccandless.com/demos/jquery.mobile.fastButtons/index.html",
"bugs" : "https://github.com/justinmc/jquery.mobile.fastButtons/issues",
"dependencies" : {
"jquery" : ">=1.6.4",
"jquerymobile" : ">=1.0.1"
}
}