Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 {
A 2     "name": "validation",
3     "title": "jQuery Validation",
4     "description": "Form validation made easy. Validate a simple comment form with inline rules, or a complex signup form with powerful remote checks.",
5     "keywords": [
6         "forms",
7         "validation",
8         "validate"
9     ],
10     "version": "1.11.1",
11     "author": {
12         "name": "Jörn Zaefferer",
13         "email": "joern.zaefferer@gmail.com",
14         "url": "http://bassistance.de"
15     },
16     "licenses": [
17         {
18             "type": "MIT",
19             "url": "http://www.opensource.org/licenses/MIT"
20         }
21     ],
22     "bugs": "https://github.com/jzaefferer/jquery-validation/issues",
23     "homepage": "https://github.com/jzaefferer/jquery-validation",
24     "docs": "http://docs.jquery.com/Plugins/Validation",
25     "download": "http://bassistance.de/jquery-plugins/jquery-plugin-validation/",
26     "dependencies": {
27         "jquery": ">=1.4.4"
28     }
29 }