.bower.json 822 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "devbridge-autocomplete",
  3. "version": "1.2.24",
  4. "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
  5. "authors": [
  6. "Tomas Kirda"
  7. ],
  8. "description": "Autocomplete provides suggestions while you type into the text field.",
  9. "main": "dist/jquery.autocomplete.js",
  10. "keywords": [
  11. "ajax",
  12. "autocomplete"
  13. ],
  14. "license": "MIT",
  15. "ignore": [
  16. "**/.*",
  17. "node_modules",
  18. "bower_components",
  19. "spec",
  20. "scripts",
  21. "content"
  22. ],
  23. "dependencies": {
  24. "jquery": ">=1.7"
  25. },
  26. "_release": "1.2.24",
  27. "_resolution": {
  28. "type": "version",
  29. "tag": "v1.2.24",
  30. "commit": "dfbca90052e83682233a2bcc67c668c644630b6b"
  31. },
  32. "_source": "https://github.com/devbridge/jQuery-Autocomplete.git",
  33. "_target": "^1.2.24",
  34. "_originalSource": "devbridge-autocomplete"
  35. }