Skip to content

Commit 6bde913

Browse files
committed
- Adding bower file
1 parent 3ded91c commit 6bde913

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

bower.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "html5-form-validation",
3+
"main": "jquery.validation.min.js",
4+
"description": "jQuery plugin that provides a client site form validation with builtin options and deep customization.",
5+
"keywords": [
6+
"form",
7+
"html5",
8+
"validate",
9+
"validation",
10+
"input"
11+
],
12+
"version": "1.5.2",
13+
"author": {
14+
"name": "Tom Bertrand",
15+
"url": "http://www.runningcoder.org/jqueryvalidation/"
16+
},
17+
"licenses": "MIT",
18+
"ignore": [
19+
"demo",
20+
"bower.json",
21+
"html5-form-validation.jquery.json",
22+
"LICENSE",
23+
"README.md"
24+
],
25+
"homepage": "http://www.runningcoder.org/jqueryvalidation/",
26+
"repository": {
27+
"type": "git",
28+
"url": "git://github.com/running-coder/jquery-form-validation.git"
29+
},
30+
"dependencies": {
31+
"jquery": ">=1.7.2"
32+
}
33+
}

0 commit comments

Comments
 (0)