forked from stephband/jquery.event.swipe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 701 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "jquery.event.swipe",
"title": "jquery.event.swipe",
"version": "0.5",
"author": {
"name": "Stephen Band",
"url": "http://stephband.info",
"twitter": "stephband"
},
"dependencies": {
"jquery": ">=1.7.0",
"jquery.event.move": "1.x"
},
"licenses": [{"url":"http://www.wtfpl.net/txt/copying/"}],
"files": ["js/jquery.event.swipe.js"],
"description": "jQuery special events for the gestures swipeleft, swiperight, swipeup and swipedown.",
"keywords": ["touch","special","event","swipe"],
"homepage": "http://github.com/stephband/jquery.event.swipe",
"docs": "http://stephband.info/jquery.event.swipe"
}