-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathjquery-simple-upload.jquery.json
More file actions
53 lines (53 loc) · 1.28 KB
/
jquery-simple-upload.jquery.json
File metadata and controls
53 lines (53 loc) · 1.28 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "jquery-simple-upload",
"version": "1.1.0",
"title": "simpleUpload.js",
"description": "Simple yet powerful file upload plugin for jQuery designed to be non-intrusive, backwards-compatible, flexible, and very easy to understand.",
"main": "simpleUpload.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelcbrook/simpleUpload.js.git"
},
"keywords": [
"file",
"upload",
"jquery",
"plugin",
"simple",
"ajax",
"html5",
"iframe",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Michael Brook",
"url": "http://michaelcbrook.com/"
},
"maintainers": [
{
"name": "Michael Brook",
"email": "michaelcbrook@gmail.com",
"url": "http://michaelcbrook.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/michaelcbrook/simpleUpload.js/issues",
"dependencies": {
"jquery": ">=1.7.0"
},
"homepage": "http://simpleupload.michaelcbrook.com/",
"docs": "http://simpleupload.michaelcbrook.com/",
"demo": "http://simpleupload.michaelcbrook.com/"
}