-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathbower.json
More file actions
53 lines (53 loc) · 1.08 KB
/
bower.json
File metadata and controls
53 lines (53 loc) · 1.08 KB
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
44
45
46
47
48
49
50
51
52
53
{
"name": "jquery.event.ue",
"main": "jquery.event.ue.js",
"homepage": "https://github.com/mmikowski/jquery.event.ue",
"authors": [
"Michael S. Mikowski <mike.mikowski@gmail.com>"
],
"description": "Respond to Touch and Desktop events using the same handlers, including tap (click), long-press, drag, long-press-drag, pinch/mouse zoom. Used in commercial SPAs and featured in the best-selling book Single Page Web Applications - JavaScript end-to-end.",
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"jquery",
"plugin",
"jquery.event",
"jquery.events.ue",
"unified",
"event",
"unified",
"events",
"unified",
"event",
"events",
"desktop",
"and",
"mobile",
"desktop",
"and",
"touch",
"desktop",
"touch",
"mobile",
"phone",
"tablet",
"drag",
"zoom",
"tap",
"click"
],
"license": "MIT",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7"
}
}