forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fineuploader.jquery.json
40 lines (40 loc) · 1.09 KB
/
fineuploader.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
{
"name": "fineuploader",
"title": "Fine Uploader",
"description": "Multiple file upload library with support for all major browsers. Many features such as drag & drop, auto & manual retry, file chunking, auto-resume, and more! Does NOT use Flash or Java. Highly configurable. A no-dependency version is ALSO available in the downloads section.",
"keywords": [
"upload",
"file",
"chunking",
"file-uploader",
"s3",
"aws",
"amazon",
"input",
"form",
"ui"
],
"version": "4.1.0",
"author": {
"name": "Widen Enterprises",
"url": "http://widen.com"
},
"licenses": [
{
"type": "GPL 3",
"url": "http://www.gnu.org/licenses/gpl-3.0.txt"
},
{
"type": "Widen Commerical License",
"url": "http://fineuploader.com/licensing.html"
}
],
"bugs": "https://github.com/Widen/fine-uploader/issues",
"homepage": "http://fineuploader.com",
"demo": "http://fineuploader.com",
"docs": "http://docs.fineuploader.com",
"download": "http://fineuploader.com/downloads.html",
"dependencies": {
"jquery": ">=1.5"
}
}