.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "jquery-validation-unobtrusive",
  3. "version": "3.2.6",
  4. "homepage": "https://github.com/aspnet/jquery-validation-unobtrusive",
  5. "description": "Add-on to jQuery Validation to enable unobtrusive validation options in data-* attributes.",
  6. "main": [
  7. "jquery.validate.unobtrusive.js"
  8. ],
  9. "ignore": [
  10. "**/.*",
  11. "*.json",
  12. "*.md",
  13. "*.txt",
  14. "gulpfile.js"
  15. ],
  16. "keywords": [
  17. "jquery",
  18. "asp.net",
  19. "mvc",
  20. "validation",
  21. "unobtrusive"
  22. ],
  23. "authors": [
  24. "Microsoft"
  25. ],
  26. "license": "http://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm",
  27. "repository": {
  28. "type": "git",
  29. "url": "git://github.com/aspnet/jquery-validation-unobtrusive.git"
  30. },
  31. "dependencies": {
  32. "jquery-validation": ">=1.8",
  33. "jquery": ">=1.8"
  34. },
  35. "_release": "3.2.6",
  36. "_resolution": {
  37. "type": "version",
  38. "tag": "v3.2.6",
  39. "commit": "13386cd1b5947d8a5d23a12b531ce3960be1eba7"
  40. },
  41. "_source": "git://github.com/aspnet/jquery-validation-unobtrusive.git",
  42. "_target": "3.2.6",
  43. "_originalSource": "jquery-validation-unobtrusive"
  44. }