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
21 lines
No EOL
303 B
JSON
21 lines
No EOL
303 B
JSON
{
|
|
"name": "jquery.finger",
|
|
"version": "0.1.0-alpha",
|
|
"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"
|
|
}
|
|
} |