forked from pekebyte/pekeUpload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pekeUpload.jquery.json
37 lines (37 loc) · 967 Bytes
/
pekeUpload.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": "pekeUpload",
"title": "pekeUpload",
"description": "jQuery html5 file uploader plugin",
"keywords": [
"file",
"html5",
"uploader",
"upload",
"bootstrap"
],
"version": "2.0.0",
"author": {
"name": "Pedro Molina",
"url": "http://www.pekebyte.com/"
},
"maintainers": [
{
"name": "Pedro Molina",
"email": "[email protected]",
"url": "http://www.pekebyte.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pekebyte/pekeUpload/blob/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/pekebyte/pekeUpload/issues",
"homepage": "http://pekebyte.github.io/pekeUpload/",
"docs": "https://github.com/pekebyte/pekeUpload",
"download": "https://github.com/pekebyte/pekeUpload",
"dependencies": {
"jquery": ">=1.5"
}
}