-
Notifications
You must be signed in to change notification settings - Fork 217
/
validate.jquery.json
43 lines (43 loc) · 983 Bytes
/
validate.jquery.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "validate",
"title": "jQuery Validate",
"description": "The jQuery Validate is an advanced plugin for an easily and quickly form validation.",
"keywords": [
"jquery",
"validate",
"validation",
"form",
"data",
"input",
"field",
"mask",
"pattern",
"required",
"conditional"
],
"version": "1.1.2",
"author": {
"name": "Diego Lopes Lima",
"email" : "[email protected]",
"url": "https://github.com/DiegoLopesLima"
},
"maintainers": [
{
"name": "Diego Lopes Lima",
"email": "[email protected]",
"url": "https://github.com/DiegoLopesLima"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": "https://github.com/DiegoLopesLima/Validate/issues",
"docs": "https://github.com/DiegoLopesLima/Validate#readme",
"download": "https://www.dropbox.com/s/p5xhpb52572xy5b/jQuery%20Validate%201.1.2.zip",
"dependencies": {
"jquery": ">=1.7"
}
}