forked from stephband/jquery.event.move
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
16 lines (16 loc) · 685 Bytes
/
bower.json
File metadata and controls
16 lines (16 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "jquery.event.move",
"version": "2.0.0",
"author": {
"name": "Stephen Band",
"url": "http://stephband.info",
"twitter": "stephband"
},
"dependencies": {},
"licenses": [{"url":"http://www.wtfpl.net/txt/copying/"}],
"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","finger","move"],
"homepage": "http://github.com/stephband/jquery.event.move",
"docs": "http://stephband.info/jquery.event.move"
}