.bower.json 674 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "jquery-textcomplete",
  3. "version": "1.8.0",
  4. "main": "dist/jquery.textcomplete.js",
  5. "dependencies": {
  6. "jquery": ">=1.7.0"
  7. },
  8. "authors": [
  9. "Yuku TAKAHASHI <taka84u9@gmail.com>"
  10. ],
  11. "license": "MIT",
  12. "ignore": [
  13. "**/.*",
  14. "node_modules",
  15. "bower_components",
  16. "test",
  17. "tests"
  18. ],
  19. "homepage": "https://github.com/yuku-t/jquery-textcomplete",
  20. "_release": "1.8.0",
  21. "_resolution": {
  22. "type": "version",
  23. "tag": "v1.8.0",
  24. "commit": "407718c1d28b3deff0fb07f5f3892c675f5b56cc"
  25. },
  26. "_source": "https://github.com/yuku-t/jquery-textcomplete.git",
  27. "_target": ">=1.3.4",
  28. "_originalSource": "jquery-textcomplete"
  29. }