Files
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

41 lines
917 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"
},
"version": "1.19.1",
"_release": "1.19.1",
"_resolution": {
"type": "version",
"tag": "1.19.1",
"commit": "3cdad0bc8dc1e6fbd34c1e3225598f80cfd97a48"
},
"_source": "https://github.com/jzaefferer/jquery-validation.git",
"_target": "^1.19.1",
"_originalSource": "jquery-validation",
"_direct": true
}