mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 19:12:26 +08:00
5877ff77dd
Add autofocus in "to" field + small inputosaurus improvement
64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"name": "jquery.finger",
|
|
"version": "0.1.0-alpha",
|
|
"description": "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 ... also supports jQuery delegated events.",
|
|
"homepage": "https://github.com/ngryman/jquery.finger",
|
|
"keywords": [
|
|
"jquery",
|
|
"tap",
|
|
"doubletap",
|
|
"swipe",
|
|
"flick",
|
|
"drag",
|
|
"move",
|
|
"gestures",
|
|
"touch",
|
|
"tappable",
|
|
"event",
|
|
"mobile",
|
|
"tablet"
|
|
],
|
|
"categories": [
|
|
"UI",
|
|
"DOM",
|
|
"Shims",
|
|
"Utilities"
|
|
],
|
|
"jam": {
|
|
"main": "dist/jquery.finger.js",
|
|
"include": [
|
|
"dist/jquery.finger.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.7.0"
|
|
}
|
|
},
|
|
"author": {
|
|
"name": "Nicolas Gryman",
|
|
"email": "ngryman@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/ngryman/jquery.finger.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ngryman/jquery.finger/issues",
|
|
"email": "ngryman@gmail.com"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt mocha"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-jshint": "~0.5.0",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.0",
|
|
"grunt-contrib-watch": "~0.4.0",
|
|
"grunt-contrib-connect": "~0.3.0",
|
|
"grunt-mocha": "~0.3.0"
|
|
}
|
|
}
|