bootstrapValidator.jquery.json 881 B

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