Skip to content

Commit 6df4f5d

Browse files
committed
Merge pull request victorjonsson#84 from tzs007/master
bower.json created
2 parents 1e05d73 + 5de18fc commit 6df4f5d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jQuery-Form-Validator",
3+
"version": "2.1.38",
4+
"homepage": "http://formvalidator.net/",
5+
"authors": [
6+
"victorjonsson"
7+
],
8+
"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.",
9+
"main": "jquery.form-validator.min.js",
10+
"keywords": [
11+
"form",
12+
"validator",
13+
"jquery"
14+
],
15+
"license": "MIT",
16+
"ignore": [
17+
"**/.*",
18+
"node_modules",
19+
"bower_components",
20+
"test",
21+
"tests"
22+
]
23+
}

0 commit comments

Comments
 (0)