bootstrapValidator.jquery.json 1.0 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrapValidator",
  3. "version": "0.5.3",
  4. "title": "BootstrapValidator",
  5. "author": {
  6. "name": "Nguyen Huu Phuoc",
  7. "email": "phuoc@huuphuoc.me",
  8. "url": "https://twitter.com/nghuuphuoc"
  9. },
  10. "licenses": [
  11. {
  12. "type": "Commercial",
  13. "url": "http://bootstrapvalidator.com/license/"
  14. },
  15. {
  16. "type": "Non-commercial",
  17. "url": "http://creativecommons.org/licenses/by-nc-nd/3.0/"
  18. }
  19. ],
  20. "dependencies": {
  21. "jquery": ">= 1.9.1",
  22. "bootstrap": ">= 3.0.0"
  23. },
  24. "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
  25. "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
  26. "homepage": "http://bootstrapvalidator.com",
  27. "bugs": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
  28. "maintainers": [
  29. { "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me", "url": "https://twitter.com/nghuuphuoc" }
  30. ]
  31. }