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.
25 lines
719 B
25 lines
719 B
{
|
|
"name": "jquery-form",
|
|
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
|
|
"main": "src/jquery.form.js",
|
|
"moduleType": [ "globals", "amd", "node" ],
|
|
"license": "(LGPL-2.1+ OR MIT)",
|
|
"ignore": [
|
|
"README.md",
|
|
"composer.json",
|
|
"package.json"
|
|
],
|
|
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
|
|
"authors": [
|
|
{ "name": "Kevin Morris" },
|
|
{ "name": "Mike Alsup" }
|
|
],
|
|
"homepage": "https://github.com/jquery-form/form",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jquery-form/form.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
}
|
|
}
|
|
|