Skip to content

Commit c184a40

Browse files
committed
Added jQuery manifest.
1 parent aa5d4f3 commit c184a40

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

jquery-maxsubmit.jquery.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "jquery.maxsubmit",
3+
"title": "jQuery Maxsubmit",
4+
"description": "jQuery plugin To catch forms with too many POST variables for the server, saving lost data.",
5+
"keywords": [
6+
"post",
7+
"max_input_vars",
8+
"suhosin.request.max_vars"
9+
],
10+
"version": "1.0.0",
11+
"author": {
12+
"name": "Jason Judge",
13+
"url": "https://github.com/judgej"
14+
},
15+
"maintainers": [
16+
{
17+
"name": "Jason Judge",
18+
"email": "jason@academe.co.uk",
19+
"url": "http://academe.co.uk"
20+
}
21+
],
22+
"licenses": [
23+
{
24+
"type": "MIT",
25+
"url": "http://opensource.org/licenses/MIT"
26+
}
27+
],
28+
"bugs": "https://github.com/judgej/jquery-maxsubmit/issues",
29+
"homepage": "https://github.com/judgej/jquery-maxsubmit",
30+
"docs": "https://github.com/judgej/jquery-maxsubmit",
31+
"download": "https://github.com/judgej/jquery-maxsubmit/archive/master.zip",
32+
"dependencies": {
33+
"jquery": ">=1.5"
34+
}
35+
}

0 commit comments

Comments
 (0)