package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "nicescroll",
  3. "version": "2.5.0",
  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"
  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. "div",
  22. "scroll",
  23. "ios",
  24. "mobile",
  25. "desktop",
  26. "scrollbar"
  27. "touch"
  28. ],
  29. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  30. "contributors": [],
  31. "files": [
  32. "jquery.nicescroll.js",
  33. "jquery.nicescroll.min.js",
  34. "zoomico.png"
  35. ]
  36. }