jquery.finger
Version:
jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ...
22 lines (21 loc) • 299 B
JSON
{
"name": "jquery.finger",
"version": "0.1.6",
"main": "dist/jquery.finger.js",
"ignore": [
".gitignore",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"LICENSE-MIT",
"package.json",
"*.md",
"examples",
"libs",
"src",
"test"
],
"dependencies": {
"jquery": ">=1.7.0"
}
}