package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "name": "jquery.nicescroll",
  3. "version": "3.7.6",
  4. "bugs": "https://github.com/inuyaksa/jquery.nicescroll/issues",
  5. "repository": {
  6. "type": "git",
  7. "url": "[email protected]:inuyaksa/jquery.nicescroll.git"
  8. },
  9. "title": "jQuery.NiceScroll",
  10. "author": {
  11. "name": "InuYaksa",
  12. "url": "https://github.com/inuyaksa"
  13. },
  14. "license": "MIT",
  15. "autoupdate": {
  16. "source": "git",
  17. "target": "git://github.com/inuyaksa/jquery.nicescroll.git",
  18. "basePath": "dist",
  19. "files": [
  20. "**/*"
  21. ]
  22. },
  23. "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 modern browsers Chrome/Firefox/Edge/Safari/Opera for smartphone ios/android and desktop pc/mac: iphone/ipad/ipod, android, surface, pc (chrome/firefox) mac (safari/chrome). Compatibile with older browers too, such as IE11/10/9, some limitations could exists.",
  24. "keywords": [
  25. "nicescroll",
  26. "jquery",
  27. "jquery-plugin",
  28. "ecosystem:jquery",
  29. "interface",
  30. "window",
  31. "dom",
  32. "div",
  33. "scroll",
  34. "ios",
  35. "mobile",
  36. "desktop",
  37. "scrollbar",
  38. "touch",
  39. "android",
  40. "chrome",
  41. "firefox",
  42. "safari",
  43. "surface",
  44. "edge"
  45. ],
  46. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  47. "contributors": [
  48. "inuyaksa",
  49. "GianlucaGuarini",
  50. "nkovacs",
  51. "zcourts",
  52. "philleepflorence",
  53. "gustavnikolaj",
  54. "laychopy",
  55. "barraq",
  56. "efoxbr",
  57. "hypesystem",
  58. "schweighart",
  59. "ephigabay",
  60. "shinnn",
  61. "TNKSoftware"
  62. ],
  63. "files": [
  64. "dist/jquery.nicescroll.js",
  65. "dist/jquery.nicescroll.min.js",
  66. "dist/zoomico.png"
  67. ],
  68. "main": "jquery.nicescroll.js",
  69. "dependencies": {
  70. "jquery": ">=1.8.3"
  71. },
  72. "npmName": "jquery.nicescroll",
  73. "npmFileMap": [
  74. {
  75. "basePath": "/dist/",
  76. "files": [
  77. "*.js",
  78. "zoomico.png"
  79. ]
  80. }
  81. ]
  82. }