-
Notifications
You must be signed in to change notification settings - Fork 19
/
fileinput.jquery.json
44 lines (44 loc) · 995 Bytes
/
fileinput.jquery.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fileinput",
"version": "3.1.0",
"title": "jQuery Fileinput Plugin",
"author": {
"name": "Hannu Leinonen",
"email": "hleinone@gmail.com",
"url": "http://javanto.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"dependencies": {
"jquery": ">=1.4"
},
"description": "Stylable <input type=\"file\"> for jQuery",
"keywords": [
"jquery",
"input",
"file",
"javascript",
"style",
"css",
"fileinput"
],
"homepage": "http://github.com/javanto/jquery-fileinput",
"demo": "http://jsfiddle.net/hleinone/UF4nr/",
"bugs": "https://github.com/javanto/jquery-fileinput/issues",
"repository": {
"type": "git",
"url": "https://github.com/javanto/jquery-fileinput.git"
},
"build": {
"directory": "dist",
"final_name": "jquery.{{= it.name}}"
}
}