-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
34 lines (34 loc) · 898 Bytes
/
package.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
{
"name": "jquery-multidownload",
"title": "Multiple files simultaneous download",
"description": "jQuery plugin multiple files simultaneous download.",
"version": "4.0.2",
"author": {
"name": "Grzegorz Biesiadecki",
"url": "https://github.com/biesiad"
},
"main": "jquery-multidownload.js",
"homepage": "https://github.com/biesiad/jquery-multidownload",
"repository": "https://github.com/biesiad/jquery-multidownload",
"maintainers": [
{
"name": "Grzegorz Biesiadecki",
"email": "[email protected]"
}
],
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"multiple",
"simultaneous",
"parallel",
"download"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/biesiad/jquery-multidownload/blob/master/LICENSE"
}
],
"bugs": "https://github.com/biesiad/jquery-multidownload/issues"
}