hjg
2024-07-09 30304784e82d4bba24121328da8eb8490aec4f4f
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
{
    "name": "validation",
    "title": "jQuery Validation",
    "description": "Form validation made easy. Validate a simple comment form with inline rules, or a complex signup form with powerful remote checks.",
    "keywords": [
        "forms",
        "validation",
        "validate"
    ],
    "version": "1.11.1",
    "author": {
        "name": "Jörn Zaefferer",
        "email": "joern.zaefferer@gmail.com",
        "url": "http://bassistance.de"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "http://www.opensource.org/licenses/MIT"
        }
    ],
    "bugs": "https://github.com/jzaefferer/jquery-validation/issues",
    "homepage": "https://github.com/jzaefferer/jquery-validation",
    "docs": "http://docs.jquery.com/Plugins/Validation",
    "download": "http://bassistance.de/jquery-plugins/jquery-plugin-validation/",
    "dependencies": {
        "jquery": ">=1.4.4"
    }
}