.bower.json 575 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "jquery.scrollbar",
  3. "version": "0.2.10",
  4. "main": [
  5. "./jquery.scrollbar.js",
  6. "./jquery.scrollbar.css"
  7. ],
  8. "dependencies": {
  9. "jquery": ">=1.7"
  10. },
  11. "ignore": [
  12. ".*",
  13. "*.json",
  14. "*.md",
  15. "*.txt"
  16. ],
  17. "homepage": "https://github.com/gromo/jquery.scrollbar",
  18. "_release": "0.2.10",
  19. "_resolution": {
  20. "type": "version",
  21. "tag": "0.2.10",
  22. "commit": "058c143d6623f8d39cd45becc1205b9aee325246"
  23. },
  24. "_source": "git://github.com/gromo/jquery.scrollbar.git",
  25. "_target": "0.2.*",
  26. "_originalSource": "jquery.scrollbar"
  27. }