.bower.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "malihu-custom-scrollbar-plugin",
  3. "title": "malihu custom scrollbar plugin",
  4. "description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support, user defined callbacks etc.",
  5. "main": [
  6. "./jquery.mCustomScrollbar.js",
  7. "./jquery.mCustomScrollbar.css",
  8. "./mCSB_buttons.png"
  9. ],
  10. "keywords": [
  11. "jquery",
  12. "custom-scrollbar",
  13. "scrollbar"
  14. ],
  15. "homepage": "http://manos.malihu.gr/jquery-custom-content-scroller",
  16. "author": {
  17. "name": "malihu",
  18. "url": "http://manos.malihu.gr"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git://github.com/malihu/malihu-custom-scrollbar-plugin.git"
  23. },
  24. "licenses": [
  25. {
  26. "type": "MIT",
  27. "url": "http://opensource.org/licenses/MIT"
  28. }
  29. ],
  30. "dependencies": {
  31. "jquery": ">=1.6",
  32. "jquery-mousewheel": ">=3.0.6"
  33. },
  34. "ignore": [
  35. "*.md",
  36. ".*",
  37. "*.txt",
  38. "*.json",
  39. "*.html",
  40. "/examples",
  41. "/source-files",
  42. "/js"
  43. ],
  44. "version": "3.1.3",
  45. "_release": "3.1.3",
  46. "_resolution": {
  47. "type": "version",
  48. "tag": "3.1.3",
  49. "commit": "fb445f2ac46e34b4e72bd101d5c2446610c6e7e8"
  50. },
  51. "_source": "https://github.com/malihu/malihu-custom-scrollbar-plugin.git",
  52. "_target": "^3.1.3",
  53. "_originalSource": "malihu-custom-scrollbar-plugin"
  54. }