-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 708 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 708 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
{
"name": "detect_swipe",
"version": "2.1.4",
"homepage": "http://github.com/marcandre/detect_swipe",
"license": "MIT",
"description": "Simple jQuery extension for swipe events on touch devices",
"main": "jquery.detect_swipe.js",
"repository": {
"type": "git",
"url": "https://github.com/marcandre/detect_swipe.git"
},
"keywords": [
"touch",
"swipe",
"jquery",
"events"
],
"author": {
"name": "Marc-André Lafortune",
"email": "git+detect_swipe@marc-andre.ca",
"url": "http://www.marc-andre.ca/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/marcandre/detect_swipe/issues"
},
"dependencies": {
"jquery": ">=1.8.0"
}
}