forked from biesiad/jquery-multidownload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiDownload.jquery.json
35 lines (35 loc) · 991 Bytes
/
multiDownload.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
{
"name": "multiDownload",
"title": "Multiple files simultaneous download",
"description": "jQuery plugin multiple files simultaneous download.",
"keywords": [
"multiple",
"simultaneous",
"parallel",
"download"
],
"version": "3.0.3",
"author": {
"name": "Grzegorz Biesiadecki",
"url": "https://github.com/biesiad"
},
"maintainers": [
{
"name": "Grzegorz Biesiadecki",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/biesiad/multiDownload/blob/master/LICENSE"
}
],
"bugs": "https://github.com/biesiad/multiDownload/issues",
"homepage": "https://github.com/biesiad/multiDownload",
"docs": "https://github.com/biesiad/multiDownload",
"download": "https://github.com/biesiad/multiDownload/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}