Files
17168ERP/web/App_Script/jquery-upload-file-master/package.json
2025-08-29 01:27:25 +08:00

40 lines
993 B
JSON

{
"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": "2.0.7",
"author": {
"name": "Ravishanker Kusuma",
"url": "http://hayageek.com"
},
"maintainers": [
{
"name": "Ravishanker Kusuma",
"email": "ravi@hayageek.com",
"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": ""
}
}