-
Notifications
You must be signed in to change notification settings - Fork 0
/
uploaderList.jquery.json
37 lines (37 loc) · 1012 Bytes
/
uploaderList.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
{
"name": "uploaderList",
"title": "JQuery Uploader List",
"description": "jQuery plugin to upload multiple files, one after the other using a queue into list.",
"keywords": [
"file",
"ajax",
"upload",
"jquery"
],
"version": "0.1.2",
"author": {
"name": "Remy Alain Ticona Carbajal",
"url": "http://remyticona.com"
},
"maintainers": [
{
"name": "Remy",
"email": "[email protected]",
"url": "http://remyticona.com"
}
],
"licenses": [
{
"type": "GNU GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": "https://github.com/jquery/uploaderList/issues",
"homepage": "https://github.com/jquery/uploaderList",
"docs": "https://github.com/jquery/uploaderList",
"download": "http://code.jquery.com/#uploaderList",
"dependencies": {
"jquery": ">=1.9",
"knockoutjs":">=2.2.1"
}
}