swiftclick
Version:
Eliminates the 300ms click event delay on touch devices that support orientation change
35 lines (34 loc) • 805 B
JSON
{
"name": "swiftclick",
"title": "SwiftClick",
"description": "Eliminates the 300ms click event delay on touch devices that support orientation change",
"version": "2.1.1",
"homepage": "https://github.com/munkychop/swiftclick",
"author": {
"name": "Ivan Hayes",
"url": "http://www.ivanhayes.com"
},
"main": "dist/swiftclick.js",
"repository": {
"type": "git",
"url": "git://github.com/munkychop/swiftclick.git"
},
"keywords": [
"swiftclick",
"fastclick",
"mobile",
"tap",
"touch",
"click",
"delay"
],
"private": false,
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
}
}