package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "nicescroll",
  3. "version": "3.6.7",
  4. "bugs": "http://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. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "MIT.LICENSE"
  18. }
  19. ],
  20. "autoupdate": {
  21. "source": "git",
  22. "target": "git://github.com/inuyaksa/jquery.nicescroll.git",
  23. "basePath": "dist",
  24. "files": [
  25. "**/*"
  26. ]
  27. },
  28. "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.",
  29. "keywords": [
  30. "nicescroll",
  31. "jquery",
  32. "jquery-plugin",
  33. "ecosystem:jquery",
  34. "interface",
  35. "window",
  36. "dom",
  37. "div",
  38. "scroll",
  39. "ios",
  40. "mobile",
  41. "desktop",
  42. "scrollbar",
  43. "touch",
  44. "android"
  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. "jquery.nicescroll.js",
  65. "jquery.nicescroll.min.js",
  66. "zoomico.png"
  67. ],
  68. "main": "jquery.nicescroll.js",
  69. "dependencies": {
  70. "jquery": ">=1.8.3"
  71. },
  72. "devDependencies": {},
  73. "npmName": "nicescroll",
  74. "npmFileMap": [{
  75. "basePath": "/dist/",
  76. "files": [
  77. "*.js",
  78. "zoomico.png"
  79. ]
  80. }]
  81. }