package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "nicescroll",
  3. "version": "3.6.8",
  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": "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 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.",
  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. ],
  41. "homepage": "https://github.com/inuyaksa/jquery.nicescroll",
  42. "contributors": [
  43. "inuyaksa",
  44. "GianlucaGuarini",
  45. "nkovacs",
  46. "zcourts",
  47. "philleepflorence",
  48. "gustavnikolaj",
  49. "laychopy",
  50. "barraq",
  51. "efoxbr",
  52. "hypesystem",
  53. "schweighart",
  54. "ephigabay",
  55. "shinnn",
  56. "TNKSoftware"
  57. ],
  58. "files": [
  59. "jquery.nicescroll.js",
  60. "jquery.nicescroll.min.js",
  61. "zoomico.png"
  62. ],
  63. "main": "jquery.nicescroll.js",
  64. "dependencies": {
  65. "jquery": ">=1.8.3"
  66. },
  67. "devDependencies": {},
  68. "npmName": "nicescroll",
  69. "npmFileMap": [{
  70. "basePath": "/dist/",
  71. "files": [
  72. "*.js",
  73. "zoomico.png"
  74. ]
  75. }]
  76. }