Skip to content

Commit 4beae57

Browse files
committed
Adds manifest for jQuery Plugins website
1 parent ca16b41 commit 4beae57

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

form.jquery.json

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"name": "form",
3+
"title": "jQuery Form",
4+
"version": "4.2.2",
5+
"author": {
6+
"name": "Kevin Morris",
7+
"url": "https://github.com/kevindb/"
8+
},
9+
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
10+
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
11+
"homepage": "https://github.com/jquery-form/form",
12+
"docs": "https://jquery-form.github.io/form/",
13+
"bugs": "https://github.com/jquery-form/form/issues",
14+
"licenses": [
15+
{
16+
"type": "LGPL-2.1+",
17+
"url": "https://github.com/jquery-form/form/blob/master/LICENSE"
18+
},
19+
{
20+
"type": "MIT",
21+
"url": "https://github.com/jquery-form/form/blob/master/LICENSE-MIT"
22+
}
23+
],
24+
"maintainers": [
25+
{
26+
"name": "Kevin Morris",
27+
"url": "https://github.com/kevindb"
28+
},
29+
{
30+
"name": "Mike Alsup",
31+
"url": "https://github.com/malsup"
32+
}
33+
],
34+
"main": "src/jquery.form.js",
35+
"browser": "dist/jquery.form.min.js",
36+
"repository": {
37+
"type": "git",
38+
"url": "https://github.com/jquery-form/form.git"
39+
},
40+
"dependencies": {
41+
"jquery": ">=1.7.2"
42+
},
43+
"devDependencies": {
44+
"chai": "^4.1.0",
45+
"grunt": "^1.0.1",
46+
"grunt-cli": "^1.2.0",
47+
"grunt-contrib-uglify": "^3.0.1",
48+
"grunt-eslint": "*",
49+
"grunt-githooks": "^0.6.0",
50+
"grunt-mocha": "^1.0.4",
51+
"jquery": "^3.0.0",
52+
"mocha": "^3.4.2"
53+
}
54+
}

0 commit comments

Comments
 (0)