forked from stephband/jquery.event.move
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 956 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
26
{
"name": "jquery.event.move",
"title": "jquery.event.move",
"version": "2.0.1",
"author": {
"name": "Stephen Band",
"url": "http://stephband.info",
"twitter": "stephband"
},
"dependencies": {
"jquery": ">=1.7.0"
},
"licenses": [{"url":"http://www.wtfpl.net/txt/copying/"}],
"files": ["js/jquery.event.move.js"],
"main": "js/jquery.event.move.js",
"description": "DOM events movestart, move and moveend for tracking touch and mouse moves, throttled to browser animation frames, and exposing information about distance and velocity of fingers.",
"keywords": ["touch","special","event","finger","move"],
"homepage": "http://github.com/stephband/jquery.event.move",
"docs": "http://stephband.info/jquery.event.move",
"devDependencies": {
"eslint": "^3.6.1"
},
"scripts": {
"lint": "eslint js/jquery.event.move.js js/dom.event.move.js"
}
}