package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "jquery.nicescroll",
  3. "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.",
  4. "version": "3.5.6",
  5. "keywords": [
  6. "nicescroll",
  7. "jquery",
  8. "interface",
  9. "window",
  10. "dom",
  11. "div",
  12. "scroll",
  13. "ios",
  14. "mobile",
  15. "desktop",
  16. "scrollbar",
  17. "touch",
  18. "android"
  19. ],
  20. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  21. "author": {
  22. "name": "InuYaksa",
  23. "url": "https://github.com/inuyaksa"
  24. },
  25. "contributors": [
  26. "inuyaksa",
  27. "GianlucaGuarini",
  28. "nkovacs",
  29. "zcourts",
  30. "philleepflorence",
  31. "gustavnikolaj",
  32. "laychopy",
  33. "barraq"
  34. ],
  35. "repository": {
  36. "type": "git",
  37. "url": "https://github.com/inuyaksa/jquery.nicescroll.git"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inuyaksa/jquery.nicescroll/issues"
  41. },
  42. "licenses": [
  43. {
  44. "type": "MIT",
  45. "url": "https://github.com/inuyaksa/jquery.nicescroll/blob/master/MIT.LICENSE"
  46. }
  47. ]
  48. }