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.
53 lines
1.4 KiB
53 lines
1.4 KiB
{
|
|
"name": "form",
|
|
"title": "jQuery Form",
|
|
"version": "4.3.0",
|
|
"author": {
|
|
"name": "Kevin Morris",
|
|
"url": "https://github.com/kevindb/"
|
|
},
|
|
"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",
|
|
"docs": "https://jquery-form.github.io/form/",
|
|
"bugs": "https://github.com/jquery-form/form/issues",
|
|
"licenses": [
|
|
{
|
|
"type": "LGPL-2.1+",
|
|
"url": "https://github.com/jquery-form/form/blob/master/LICENSE"
|
|
},
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-MIT"
|
|
}
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Kevin Morris",
|
|
"url": "https://github.com/kevindb"
|
|
},
|
|
{
|
|
"name": "Mike Alsup",
|
|
"url": "https://github.com/malsup"
|
|
}
|
|
],
|
|
"main": "src/jquery.form.js",
|
|
"browser": "dist/jquery.form.min.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jquery-form/form.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"grunt": "^1.0.4",
|
|
"grunt-cli": "^1.3.2",
|
|
"grunt-contrib-uglify": "^3.4.0",
|
|
"grunt-eslint": "*",
|
|
"grunt-mocha": "^1.2.0",
|
|
"jquery": "^3.5.0",
|
|
"mocha": "^6.1.4"
|
|
}
|
|
}
|
|
|