bower.json 777 B

1234567891011121314151617181920212223
  1. {
  2. "name": "bootstrapValidator",
  3. "description": "The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3",
  4. "version": "0.4.1-dev",
  5. "main": [
  6. "dist/css/bootstrapValidator.css",
  7. "dist/js/bootstrapValidator.js"
  8. ],
  9. "license": "MIT",
  10. "keywords": ["jQuery", "plugin", "validate", "validator", "form", "Bootstrap"],
  11. "authors": [
  12. { "name": "Nguyen Huu Phuoc", "email": "phuoc@huuphuoc.me"," homepage": "https://twitter.com/nghuuphuoc" }
  13. ],
  14. "homepage": "http://bootstrapvalidator.com",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/nghuuphuoc/bootstrapvalidator.git"
  18. },
  19. "dependencies": {
  20. "jquery": ">= 1.9.0",
  21. "bootstrap": ">= 3.0.0"
  22. }
  23. }