package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "malihu-custom-scrollbar-plugin",
  3. "version": "3.1.5",
  4. "author": "malihu (http://manos.malihu.gr)",
  5. "description": "Highly customizable custom scrollbar jQuery plugin, featuring vertical/horizontal scrollbars, scrolling momentum, mouse-wheel, keyboard and touch support user defined callbacks etc.",
  6. "license": "MIT",
  7. "homepage": "http://manos.malihu.gr/jquery-custom-content-scroller",
  8. "main": "./jquery.mCustomScrollbar.js",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/malihu/malihu-custom-scrollbar-plugin.git"
  12. },
  13. "bugs": {
  14. "url": "https://github.com/malihu/malihu-custom-scrollbar-plugin/issues"
  15. },
  16. "keywords": [
  17. "jquery-plugin",
  18. "custom-scrollbar",
  19. "scrollbar"
  20. ],
  21. "files": [
  22. "jquery.mCustomScrollbar.js",
  23. "jquery.mCustomScrollbar.concat.min.js",
  24. "jquery.mCustomScrollbar.css",
  25. "mCSB_buttons.png",
  26. "readme.md"
  27. ],
  28. "jam": {
  29. "dependencies": {
  30. "jquery": ">=1.6",
  31. "jquery-mousewheel": ">=3.0.6"
  32. }
  33. },
  34. "dependencies": {
  35. "jquery-mousewheel": ">=3.0.6"
  36. }
  37. }