Skip to content

Commit 5938c10

Browse files
committed
restore bower.json
1 parent f87a668 commit 5938c10

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

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

0 commit comments

Comments
 (0)