-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
form.jquery.json
53 lines (53 loc) · 1.39 KB
/
form.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"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"
}
}