forked from FineUploader/fine-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fineuploader.jquery.json
42 lines (42 loc) · 1.22 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
41
42
{
"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"
],
"version": "3.3.1",
"author": {
"name": "Andrew Valums, Ray Nicholus and Futurice Ltd"
},
"maintainers": [
{
"name": "Futurice Ltd",
"url": "http://www.futurice.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
{
"type": "GPL 2",
"url": "http://www.gnu.org/licenses/gpl-2.0.txt"
},
{
"type": "LGPL 2",
"url": "http://www.gnu.org/licenses/lgpl-2.0.txt"
}
],
"bugs": "https://github.com/futurice/file-uploader/issues",
"homepage": "https://github.com/futurice/file-uploader/",
"docs": "https://github.com/futurice/file-uploader/blob/master/readme.md",
"download": "https://github.com/futurice/file-uploader/wiki/Releases",
"dependencies": {
"jquery": ">=1.5"
}
}