mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
* Update core.js * Update accept.js * Update creditcard.js * Update package.json * Update bower.json * Update CONTRIBUTING.md Closes #1889
31 lines
552 B
JSON
31 lines
552 B
JSON
{
|
|
"name": "jquery-validation",
|
|
"homepage": "https://jqueryvalidation.org/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jquery-validation/jquery-validation.git"
|
|
},
|
|
"authors": [
|
|
"Jörn Zaefferer <joern.zaefferer@gmail.com>"
|
|
],
|
|
"description": "Form validation made easy",
|
|
"main": "dist/jquery.validate.js",
|
|
"keywords": [
|
|
"forms",
|
|
"validation",
|
|
"validate"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"demo",
|
|
"lib"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.7.2"
|
|
}
|
|
}
|