{ "name": "jquery-validation-unobtrusive", "version": "3.2.12", "homepage": "https://github.com/aspnet/jquery-validation-unobtrusive", "description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.", "main": "dist/jquery.validate.unobtrusive.js", "repository": { "type": "git", "url": "git://github.com/aspnet/jquery-validation-unobtrusive.git" }, "keywords": [ "jquery", "asp.net", "mvc", "validation", "unobtrusive" ], "author": { "name": "Microsoft" }, "license": "https://aka.ms/jqueryunobtrusivelicense", "readme": "The jQuery Unobtrusive Validation library complements jQuery Validation by adding support for specifying validation options as HTML5 data-* elements", "files": [ "dist/jquery.validate.unobtrusive.js", "dist/jquery.validate.unobtrusive.min.js" ], "dependencies": { "jquery": "^3.5.1", "jquery-validation": ">=1.16" }, "devDependencies": { "gulp": "^4.0.2", "gulp-line-ending-corrector": "^1.0.3", "gulp-rename": "1.2.2", "gulp-replace": "0.5.4", "gulp-uglify": "2.0.0", "lodash": "^4.17.20", "minimatch": ">=3.0.2" } }