forked from hayageek/jquery-upload-file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 KB
/
package.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
40
41
42
43
44
45
{
"name": "jquery-file-upload",
"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.5",
"author": "Ravishanker Kusuma (http://hayageek.com)",
"maintainers": [
"Ravishanker Kusuma <[email protected]> (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": {
"form": "",
"jquery": ">=1.6"
},
"main": "./js/jquery.uploadfile.js",
"scripts": {
"test": "echo \"test\"",
"build": "echo \"build\""
},
"repository": {
"type": "git",
"url": "https://github.com/hayageek/jquery-upload-file/"
},
"devDependecies": {
"uglifyjs": "^2.4.11"
},
"license": "MIT"
}