forked from hayageek/jquery-upload-file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
uploadfile.jquery.json
39 lines (39 loc) · 993 Bytes
/
uploadfile.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
{
"name": "uploadfile",
"title": "jQuery Upload File",
"description": "jQuery Upload File plugin provides Multiple file Uploads with progress bar.Works with any server-side platform (Google App Engine, PHP, Python, Ruby on Rails, Java, etc.) that supports standard HTML form file uploads.",
"keywords": [
"jquery",
"upload",
"file",
"ajax",
"progressbar",
"multiple"
],
"version": "4.0.1",
"author": {
"name": "Ravishanker Kusuma",
"url": "http://hayageek.com"
},
"maintainers": [
{
"name": "Ravishanker Kusuma",
"email": "[email protected]",
"url": "http://hayageek.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hayageek/jquery-upload-file/blob/master/MIT-License.txt"
}
],
"homepage": "https://github.com/hayageek/jquery-upload-file",
"docs": "http://hayageek.com/docs/jquery-upload-file.php",
"download": "https://github.com/hayageek/jquery-upload-file",
"demo": "http://hayageek.com/docs/jquery-upload-file.php",
"dependencies": {
"jquery": ">=1.6",
"form": ""
}
}