.bower.json 925 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "jquery-validation",
  3. "homepage": "http://jqueryvalidation.org/",
  4. "repository": {
  5. "type": "git",
  6. "url": "git://github.com/jzaefferer/jquery-validation.git"
  7. },
  8. "authors": [
  9. "Jörn Zaefferer <joern.zaefferer@gmail.com>"
  10. ],
  11. "description": "Form validation made easy",
  12. "main": "dist/jquery.validate.js",
  13. "keywords": [
  14. "forms",
  15. "validation",
  16. "validate"
  17. ],
  18. "license": "MIT",
  19. "ignore": [
  20. "**/.*",
  21. "node_modules",
  22. "bower_components",
  23. "test",
  24. "demo",
  25. "lib"
  26. ],
  27. "dependencies": {
  28. "jquery": ">= 1.7.2"
  29. },
  30. "version": "1.14.0",
  31. "_release": "1.14.0",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "1.14.0",
  35. "commit": "c1343fb9823392aa9acbe1c3ffd337b8c92fed48"
  36. },
  37. "_source": "git://github.com/jzaefferer/jquery-validation.git",
  38. "_target": ">=1.8",
  39. "_originalSource": "jquery-validation"
  40. }