22 lines
596 B
JSON
Executable File
22 lines
596 B
JSON
Executable File
{
|
|
"name": "simple-ajax-uploader",
|
|
"description": "A Javascript plugin for cross-browser Ajax file uploading. Supports drag and drop, CORS, and multiple file uploading with progress bars. Works in IE7-9, mobile, and all modern browsers.",
|
|
"version": "2.6.2",
|
|
"main": "SimpleAjaxUploader.js",
|
|
"keywords": [
|
|
"ajax",
|
|
"upload",
|
|
"cors",
|
|
"php",
|
|
"cross-browser"
|
|
],
|
|
"repository": [
|
|
{
|
|
"type": "git",
|
|
"url": "git://github.com:LPology/Simple-Ajax-Uploader.git"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/LPology/Simple-Ajax-Uploader",
|
|
"license": "MIT"
|
|
}
|