30 lines
806 B
JSON
30 lines
806 B
JSON
{
|
|
"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/jzaefferer/jquery-validation/issues",
|
|
"homepage": "https://github.com/jzaefferer/jquery-validation",
|
|
"docs": "http://docs.jquery.com/Plugins/Validation",
|
|
"download": "https://github.com/jzaefferer/jquery-validation/releases",
|
|
"dependencies": {
|
|
"jquery": ">=1.4.4"
|
|
},
|
|
"version": "1.13.1"
|
|
}
|