bower.json 964 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bootstrapvalidator",
  3. "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
  4. "version": "0.5.1",
  5. "ignore": [
  6. "demo",
  7. "screenshots",
  8. "test",
  9. "vendor",
  10. "./bootstrapValidator.jquery.json",
  11. "./Gruntfile.js",
  12. "./package.json"
  13. ],
  14. "main": [
  15. "dist/css/bootstrapValidator.css",
  16. "dist/js/bootstrapValidator.js"
  17. ],
  18. "license": "MIT",
  19. "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
  20. "authors": [
  21. { "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me"," homepage": "https://twitter.com/nghuuphuoc" }
  22. ],
  23. "homepage": "http://bootstrapvalidator.com",
  24. "repository": {
  25. "type": "git",
  26. "url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
  27. },
  28. "dependencies": {
  29. "jquery": ">= 1.9.0",
  30. "bootstrap": ">= 3.0.0"
  31. }
  32. }