You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
731 B
29 lines
731 B
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|