package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "nicescroll",
  3. "version": "3.5.4",
  4. "title": "jQuery.NiceScroll",
  5. "author": {
  6. "name": "InuYaksa",
  7. "url": "https://github.com/inuyaksa"
  8. },
  9. "licenses": [
  10. {
  11. "type": "MIT",
  12. "url": "MIT.LICENSE"
  13. }
  14. ],
  15. "dependencies": {
  16. "jquery": ">=1.4.3"
  17. },
  18. "description": "Nicescroll is a jquery plugin, for nice customizabled scrollbars with a very similar ios/mobile style. It supports DIVs, IFrames and document page (body) scrollbars. Compatible with Firefox 4+, Chrome 5+, Safari 4+ (win/mac), Opera 10+, IE 6+ (all A-grade browsers). Compatible with iOS devices as iPad, Android, Blackberry, Windows Phone, and many many mobile and touch devices.",
  19. "keywords": [
  20. "nicescroll",
  21. "jquery",
  22. "interface",
  23. "window",
  24. "dom",
  25. "div",
  26. "scroll",
  27. "ios",
  28. "mobile",
  29. "desktop",
  30. "scrollbar",
  31. "touch",
  32. "android"
  33. ],
  34. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  35. "contributors": [
  36. "inuyaksa",
  37. "GianlucaGuarini",
  38. "nkovacs",
  39. "zcourts",
  40. "philleepflorence",
  41. "gustavnikolaj",
  42. "laychopy"
  43. ],
  44. "files": [
  45. "jquery.nicescroll.js",
  46. "jquery.nicescroll.min.js",
  47. "zoomico.png"
  48. ]
  49. }