bootstrapValidator.jquery.json 921 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "bootstrapValidator",
  3. "version": "0.5.1-dev",
  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": "MIT",
  13. "url": "http://opensource.org/licenses/mit-license.html"
  14. }
  15. ],
  16. "dependencies": {
  17. "jquery": ">= 1.9.0",
  18. "bootstrap": ">= 3.0.0"
  19. },
  20. "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
  21. "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
  22. "homepage": "http://bootstrapvalidator.com",
  23. "bugs": "https://github.com/nghuuphuoc/bootstrapvalidator/issues",
  24. "maintainers": [
  25. { "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me", "url": "https://twitter.com/nghuuphuoc" }
  26. ]
  27. }