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
43 lines
No EOL
1.1 KiB
JSON
43 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "finger",
|
|
"title": "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",
|
|
"bugs": "https://github.com/ngryman/jquery.finger/issues",
|
|
"author": {
|
|
"name": "Nicolas Gryman",
|
|
"email": "ngryman@gmail.com",
|
|
"url": "http://ngryman.sh"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ngryman/jquery.finger.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ngryman/jquery.finger/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.7.0"
|
|
},
|
|
"keywords": [
|
|
"tap",
|
|
"doubletap",
|
|
"swipe",
|
|
"flick",
|
|
"drag",
|
|
"move",
|
|
"gestures",
|
|
"touch",
|
|
"tappable",
|
|
"event",
|
|
"mobile",
|
|
"tablet"
|
|
]
|
|
} |