bower.json 974 B

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