package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "nicescroll",
  3. "version": "3.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.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. "files": [
  37. "jquery.nicescroll.js",
  38. "jquery.nicescroll.min.js",
  39. "zoomico.png"
  40. ]
  41. }