mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-06-06 21:29:02 +00:00
30 lines
731 B
JSON
30 lines
731 B
JSON
{
|
|
"name": "jquery-form/form",
|
|
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
|
|
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
|
|
"homepage": "https://github.com/jquery-form/form",
|
|
"license": "(LGPL-2.1+ OR MIT)",
|
|
"authors": [
|
|
{ "name": "Kevin Morris" },
|
|
{ "name": "Mike Alsup" }
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/jquery-form/form/issues"
|
|
},
|
|
"require": {
|
|
"components/jquery": ">=1.7.2"
|
|
},
|
|
"extra": {
|
|
"component": {
|
|
"scripts": [
|
|
"src/jquery.form.js"
|
|
],
|
|
"shim": {
|
|
"deps": [
|
|
"jquery"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|