1
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
- " maxinputvars" ,
8
- " suhosin"
9
- ],
10
- "version" : " 1.1.0" ,
11
- "author" : {
12
- "name" : " Jason Judge" ,
13
- "url" : " https://github.com/judgej"
14
- },
15
- "maintainers" : [
16
- {
17
- "name" : " Jason Judge" ,
18
-
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
- }
2
+ "name" : " jquery-maxsubmit" ,
3
+ "title" : " jQuery Maxsubmit" ,
4
+ "description" : " jQuery plugin to catch forms with too many POST variables for the server, allowing the user to avoid lost data." ,
5
+ "keywords" : [
6
+ " post" ,
7
+ " maxinputvars" ,
8
+ " suhosin"
9
+ ],
10
+ "version" : " 1.1.0" ,
11
+ "author" : {
12
+ "name" : " Jason Judge" ,
13
+ "url" : " https://github.com/judgej"
14
+ },
15
+ "maintainers" : [
16
+ {
17
+ "name" : " Jason Judge" ,
18
+
19
+ "url" : " http://academe.co.uk"
20
+ }
21
+ ],
22
+ "licenses" : [
23
+ {
24
+ "type" : " MIT" ,
25
+ "url" : " https ://github.com/judgej/jquery-maxsubmit/blob/master/LICENSE.md "
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/1.1.0 .zip" ,
32
+ "dependencies" : {
33
+ "jquery" : " >=1.5"
34
+ }
35
35
}
0 commit comments