-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinputFileWidth.jquery.json
More file actions
29 lines (29 loc) · 948 Bytes
/
inputFileWidth.jquery.json
File metadata and controls
29 lines (29 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "inputFileWidth",
"title": "jQuery inputFileWidth Plugin",
"description": "The jQuery inputFileWidth plugin sets the width of an input file element, also in FireFox.",
"keywords": [
"file",
"upload",
"firefox",
"input"
],
"version": "1.0.3",
"author": {
"name": "Thorsten Schüller",
"email": "thorsten@schueller.me"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/tschueller/jquery-inputFileWidth-plugin/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/tschueller/jquery-inputFileWidth-plugin/issues",
"homepage": "https://github.com/tschueller/jquery-inputFileWidth-plugin",
"docs": "https://github.com/tschueller/jquery-inputFileWidth-plugin",
"demo": "http://schueller.me/projects/jquery-plugins/inputFileWidth/demo/",
"dependencies": {
"jquery": ">=1.6"
}
}