migrate to new git
This commit is contained in:
39
web/App_Script/jquery-upload-file-master/package.json
Normal file
39
web/App_Script/jquery-upload-file-master/package.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user