Files

48 lines
1.0 KiB
JSON

{
"name": "jquery.form",
"filename": "jquery.form.min.js",
"title": "jQuery Form Plugin",
"description": "A simple way to AJAX-ify any form on your page; with file upload and progress support.",
"keywords": [
"form",
"upload",
"ajax"
],
"version": "3.51",
"author": {
"name": "M. Alsup",
"url": "http://jquery.malsup.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://malsup.github.com/mit-license.txt"
},
{
"type": "GPL",
"url": "http://malsup.github.com/gpl-license-v2.txt"
}
],
"bugs": "https://github.com/malsup/form/issues",
"homepage": "http://jquery.malsup.com/form/",
"docs": "http://jquery.malsup.com/form/",
"download": "http://malsup.github.com/jquery.form.js",
"dependencies": {
"jquery": ">=1.5"
},
"jam": {
"main": "jquery.form.js",
"dependencies": {
"jquery": ">=1.5.0"
}
},
"autoupdate": {
"source": "git",
"target": "git://github.com/malsup/form.git",
"basePath": "",
"files": [
"jquery.form.js"
]
}
}