devbridge-autocomplete.jquery.json 959 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "devbridge-autocomplete",
  3. "title": "DevBridge Autocomplete",
  4. "description": "Autocomplete provides suggestions while you type into the text field. ",
  5. "keywords": [
  6. "ajax",
  7. "autocomplete"
  8. ],
  9. "version": "1.2.24",
  10. "author": {
  11. "name": "Tomas Kirda",
  12. "url": "https://github.com/tkirda"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/devbridge/jQuery-Autocomplete/blob/master/license.txt"
  18. }
  19. ],
  20. "bugs": "https://github.com/devbridge/jQuery-Autocomplete/issues?state=open",
  21. "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
  22. "docs": "https://github.com/devbridge/jQuery-Autocomplete",
  23. "demo": "http://www.devbridge.com/sourcery/components/jquery-autocomplete/",
  24. "download": "https://github.com/devbridge/jQuery-Autocomplete/tree/master/dist",
  25. "dependencies": {
  26. "jquery": ">=1.7"
  27. }
  28. }