package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "nicescroll",
  3. "version": "3.6.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/inuyaksa/jquery.nicescroll"
  7. },
  8. "title": "jQuery.NiceScroll",
  9. "author": {
  10. "name": "InuYaksa",
  11. "url": "https://github.com/inuyaksa"
  12. },
  13. "licenses": [
  14. {
  15. "type": "MIT",
  16. "url": "MIT.LICENSE"
  17. }
  18. ],
  19. "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.",
  20. "keywords": [
  21. "nicescroll",
  22. "jquery",
  23. "interface",
  24. "window",
  25. "dom",
  26. "div",
  27. "scroll",
  28. "ios",
  29. "mobile",
  30. "desktop",
  31. "scrollbar",
  32. "touch",
  33. "android"
  34. ],
  35. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  36. "contributors": [
  37. "inuyaksa",
  38. "GianlucaGuarini",
  39. "nkovacs",
  40. "zcourts",
  41. "philleepflorence",
  42. "gustavnikolaj",
  43. "laychopy",
  44. "barraq",
  45. "efoxbr",
  46. "hypesystem",
  47. "schweighart",
  48. "ephigabay",
  49. "shinnn",
  50. "TNKSoftware"
  51. ],
  52. "files": [
  53. "jquery.nicescroll.js",
  54. "jquery.nicescroll.min.js",
  55. "zoomico.png"
  56. ],
  57. "dependencies": {
  58. "jquery": ">=1.8.3"
  59. },
  60. "devDependencies": {}
  61. }