mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Add jQuery finger lib
Add autofocus in "to" field + small inputosaurus improvement
This commit is contained in:
parent
c9b5194baf
commit
5877ff77dd
19 changed files with 613 additions and 15 deletions
64
vendors/jquery-finger/package.json
vendored
Normal file
64
vendors/jquery-finger/package.json
vendored
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue