-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathhtml5-form-validation.jquery.json
More file actions
30 lines (30 loc) · 1000 Bytes
/
html5-form-validation.jquery.json
File metadata and controls
30 lines (30 loc) · 1000 Bytes
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
{
"name": "html5-form-validation",
"title": "jQuery Form Validation",
"description": "jQuery plugin that provides a client site form validation with builtin options and deep customization.",
"keywords": [
"form",
"html5",
"validate",
"validation",
"input"
],
"version": "1.5.3",
"author": {
"name": "Tom Bertrand",
"url": "http://www.runningcoder.org/jqueryvalidation/"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/running-coder/jquery-form-validation/blob/master/LICENSE"
}
],
"bugs": "https://github.com/running-coder/jquery-form-validation/issues",
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
"docs": "http://www.runningcoder.org/jqueryvalidation/documentation/",
"demo": "http://www.runningcoder.org/jqueryvalidation/demo/",
"dependencies": {
"jquery": ">=1.7.2"
}
}