package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "nicescroll",
  3. "version": "2.9.7",
  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 (as nice scroll for browsers) is a jquery (since 1.5) plugin, for nice 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.",
  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. ],
  33. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  34. "contributors": [],
  35. "files": [
  36. "jquery.nicescroll.js",
  37. "jquery.nicescroll.min.js",
  38. "zoomico.png"
  39. ]
  40. }