forked from bassjobsen/jqueryupload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjqueryupload.jquery.json
More file actions
35 lines (35 loc) · 980 Bytes
/
Copy pathjqueryupload.jquery.json
File metadata and controls
35 lines (35 loc) · 980 Bytes
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": "jqueryupload",
"title": "jQuery.upload",
"description": "A simple ajax file upload plugin",
"keywords": [
"upload",
"fileupload",
"ajax"
],
"version": "1.0.9",
"author": {
"name": "Lagos",
"url": "http://lagoscript.org/"
},
"maintainers": [
{
"name": "Bass Jobsen",
"email": "Bass@w3masters.nl",
"url": "http://www.w3masters.nl/"
}
],
"licenses": [
{
"type": "Dual licensed under the MIT or GPL Version 2 licenses",
"url": "http://jquery.org/license"
}
],
"bugs": "https://github.com/bassjobsen/jqueryupload/issues",
"homepage": "https://github.com/bassjobsen/jqueryupload/",
"docs": "https://github.com/bassjobsen/jqueryupload/",
"download": "https://github.com/bassjobsen/jqueryupload/archive/master.zip",
"dependencies": {
"jquery": ">=1.4.2"
}
}