{
  "name": "jquery-validation-unobtrusive",
  "version": "4.0.0",
  "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.6.0",
    "jquery-validation": ">=1.19"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-line-ending-corrector": "^1.0.3",
    "gulp-rename": "~2.0.0",
    "gulp-replace": "~1.1.3",
    "gulp-uglify": "~3.0.2",
    "lodash": "^4.17.21",
    "minimatch": ">=5.1.0"
  },
  "overrides": {
    "glob-parent": "~6.0.1"
  }
}
