forked from danielm/uploader
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dmuploader.jquery.json
45 lines (45 loc) · 1.19 KB
/
dmuploader.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
45
{
"name": "dmuploader",
"title": "jQuery Ajax File Uploader",
"description": "jQuery plugin for ajax file uploading with file progress",
"keywords": [
"upload",
"ajax",
"forms",
"dnd",
"drag",
"drop",
"progress",
"form"
],
"version": "0.1.1",
"author": {
"name": "Daniel Morales",
"email": "[email protected]",
"url": "https://www.daniel.com.uy"
},
"maintainers": [
{
"name": "Daniel Morales",
"email": "[email protected]",
"url": "http://www.daniel.com.uy"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/danielm/uploader/blob/0.1.1/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/danielm/uploader/blob/0.1.1/GPL-LICENSE.txt"
}
],
"bugs": "https://github.com/danielm/uploader/issues",
"homepage": "https://github.com/danielm/uploader",
"docs": "https://github.com/danielm/uploader",
"download": "https://github.com/danielm/uploader/releases",
"dependencies": {
"jquery": ">=1.5"
}
}