-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
25 lines (25 loc) · 878 Bytes
/
package.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
{
"name": "jtap",
"main": "jquery.tap.js",
"license": "MIT",
"version": "0.3.1",
"repository": "BR0kEN-/jTap",
"homepage": "http://BR0kEN-.github.io/jTap",
"bugs": "https://github.com/BR0kEN-/jTap/issues",
"description": "jTap - additional event for jQuery processing touching to screen on touch devices.\n\nThose who are faced with adaptation of web-based applications for mobile devices knows that the event \"click\" is triggered with a delay of 300ms, observe which not very pleasant. In addition, click on non-delegated place of document will not work. To solve these problems and was designed by jQuery Tap Event.",
"author": {
"name": "Sergii Bondarenko",
"email": "[email protected]"
},
"dependencies": {
"jquery": ">=1.6.x"
},
"keywords": [
"jquery-plugin",
"event",
"touch",
"tap",
"jquery",
"jtap"
]
}