bootstrap-maxlength.jquery.json 906 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "bootstrap-maxlength",
  3. "title": "BootStrap Maxlength",
  4. "description": "jQuery and Bootstrap plugin for character count on inputs",
  5. "keywords": [
  6. "count",
  7. "input",
  8. "maxlength",
  9. "length",
  10. "textarea",
  11. "form"
  12. ],
  13. "version": "1.5.7",
  14. "author": {
  15. "name": "Maurizio Napoleoni",
  16. "url": "http://zoomingin.net"
  17. },
  18. "licenses": [
  19. {
  20. "type": "MIT License",
  21. "url" : "https://github.com/mimo84/bootstrap-maxlength/blob/master/LICENSE"
  22. }
  23. ],
  24. "bugs": "https://github.com/mimo84/bootstrap-maxlength/issues",
  25. "homepage": "http://mimo84.github.com/bootstrap-maxlength/",
  26. "docs": "http://mimo84.github.com/bootstrap-maxlength/",
  27. "download": "https://github.com/mimo84/bootstrap-maxlength/zipball/master",
  28. "dependencies": {
  29. "jquery": ">=1.9"
  30. }
  31. }