-
Notifications
You must be signed in to change notification settings - Fork 475
/
formvalidator.jquery.json
24 lines (24 loc) · 1.02 KB
/
formvalidator.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
{
"name": "formvalidator",
"title": "jQuery Form Validator",
"description": "This plugin makes it easy to validate user input while keeping your HTML markup clean from javascript code. Even though this plugin has a wide range of validation functions it's designed to require as little bandwidth as possible. This is achieved by grouping together validation functions in \"modules\", making it possible for the programmer to load only those functions that's needed to validate a particular form.",
"keywords": [
"form",
"validation",
"validator"
],
"version": "2.3.79",
"author": {
"name": "Victor Jonsson",
"url": "http://victorjonsson.se",
"email": "[email protected]"
},
"homepage": "http://formvalidator.net",
"demo": "http://formvalidator.net",
"download": "http://formvalidator.net",
"bugs": "https://github.com/victorjonsson/jQuery-Form-Validator/issues",
"license": "MIT",
"dependencies": {
"jquery": ">=1.8"
}
}