File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed
Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments