Files
jquery-validation-mirror/bower.json
Jonathan 3c03198b7e All: Use https
* Update core.js
 * Update accept.js
 * Update creditcard.js
 * Update package.json
 * Update bower.json
 * Update CONTRIBUTING.md

Closes #1889
2017-04-08 00:35:14 +01:00

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"
}
}