forked from victorjonsson/jQuery-Form-Validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformvalidator.jquery.json
More file actions
26 lines (26 loc) · 960 Bytes
/
formvalidator.jquery.json
File metadata and controls
26 lines (26 loc) · 960 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
{
"name" : "formvalidator",
"title" : "jQuery Form Validator",
"description" : "This plugin was created to minimize javascript logic in the html code when dealing with front-end validation of form data",
"keywords": [
"form",
"validation"
],
"version" : "1.5.4",
"author" : {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se",
"email" : "kontakt@victorjonsson.se"
},
"homepage" : "https://github.com/victorjonsson/jQuery-Form-Validator",
"demo" : "http://victorjonsson.se/51/jquery-form-validator/?from=jQuery",
"download" : "https://raw.github.com/victorjonsson/jQuery-Form-Validator/master/jquery.formvalidator.min.js",
"bugs" : "https://github.com/victorjonsson/jQuery-Form-Validator/issues",
"licenses" : [{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}],
"dependencies" : {
"jquery": ">=1.5"
}
}