Skip to content

Commit

Permalink
Added bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrandolino committed May 31, 2016
1 parent b7e34b0 commit 7c9cd0e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "jquery.event.move",
"version": "1.3.6",
"author": {
"name": "Stephen Band",
"url": "http://stephband.info",
"twitter": "stephband"
},
"dependencies": {
"jquery": ">=1.7.0",
},
"licenses": [{"url":"http://www.wtfpl.net/txt/copying/"}],
"main": "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","finger","move"],
"homepage": "http://github.com/stephband/jquery.event.move",
"docs": "http://stephband.info/jquery.event.move"
}

0 comments on commit 7c9cd0e

Please sign in to comment.