initial commit

This commit is contained in:
Frank John Begornia
2019-10-29 19:29:28 +08:00
commit d225ff22d4
7623 changed files with 740861 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "validation",
"title": "jQuery Validation",
"description": "Form validation made easy. Validate a simple comment form with inline rules, or a complex signup form with powerful remote checks.",
"keywords": [
"forms",
"validation",
"validate"
],
"author": {
"name": "Jörn Zaefferer",
"email": "joern.zaefferer@gmail.com",
"url": "http://bassistance.de"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/jquery-validation/jquery-validation/issues",
"homepage": "https://github.com/jquery-validation/jquery-validation",
"docs": "http://jqueryvalidation.org/documentation/",
"download": "https://github.com/jquery-validation/jquery-validation/releases",
"dependencies": {
"jquery": ">=1.4.4"
},
"version": "1.19.1"
}