-
Notifications
You must be signed in to change notification settings - Fork 474
/
bower.json
25 lines (25 loc) · 876 Bytes
/
bower.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
{
"name": "jquery-form-validator",
"homepage": "http://formvalidator.net/",
"authors": [
"victorjonsson"
],
"description": "With this feature rich jQuery plugin it becomes 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.",
"main": "./form-validator/jquery.form-validator.min.js",
"keywords": [
"form",
"validator",
"jquery"
],
"dependencies": {
"jquery": ">1.8.0"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}