package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "nicescroll",
  3. "version": "3.6.7",
  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. "autoupdate": {
  20. "source": "git",
  21. "target": "git://github.com/inuyaksa/jquery.nicescroll.git",
  22. "basePath": "dist",
  23. "files": [
  24. "**/*"
  25. ]
  26. },
  27. "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.",
  28. "keywords": [
  29. "nicescroll",
  30. "jquery",
  31. "interface",
  32. "window",
  33. "dom",
  34. "div",
  35. "scroll",
  36. "ios",
  37. "mobile",
  38. "desktop",
  39. "scrollbar",
  40. "touch",
  41. "android"
  42. ],
  43. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  44. "contributors": [
  45. "inuyaksa",
  46. "GianlucaGuarini",
  47. "nkovacs",
  48. "zcourts",
  49. "philleepflorence",
  50. "gustavnikolaj",
  51. "laychopy",
  52. "barraq",
  53. "efoxbr",
  54. "hypesystem",
  55. "schweighart",
  56. "ephigabay",
  57. "shinnn",
  58. "TNKSoftware"
  59. ],
  60. "files": [
  61. "jquery.nicescroll.js",
  62. "jquery.nicescroll.min.js",
  63. "zoomico.png"
  64. ],
  65. "main": "jquery.nicescroll.js",
  66. "dependencies": {
  67. "jquery": ">=1.8.3"
  68. },
  69. "devDependencies": {},
  70. "npmName": "nicescroll",
  71. "npmFileMap": [{
  72. "basePath": "/dist/",
  73. "files": [
  74. "*.js",
  75. "zoomico.png"
  76. ]
  77. }]
  78. }