-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"name": "jquery.event.move", | ||
"title": "jquery.event.move", | ||
"version": "1.3.5", | ||
"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"], | ||
"description": "jQuery special 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" | ||
} |