package.json 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "jquery-slimscroll",
  3. "main": "jquery.slimscroll.js",
  4. "version": "1.3.8",
  5. "title": "jQuery slimScroll scrollbar",
  6. "description": "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
  7. "keywords": [
  8. "scrollbar",
  9. "scroll",
  10. "slimscroll",
  11. "scrollable",
  12. "scrolling",
  13. "scroller",
  14. "ui",
  15. "jquery-plugin",
  16. "ecosystem:jquery"
  17. ],
  18. "homepage": "http://rocha.la/jQuery-slimScroll/",
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/rochal/jQuery-slimScroll.git"
  22. },
  23. "author": {
  24. "name": "Piotr Rochala",
  25. "url": "http://rocha.la/"
  26. },
  27. "dependencies": {
  28. "jquery": ">= 1.7"
  29. },
  30. "licenses": [
  31. {
  32. "type": "MIT",
  33. "url": "http://www.opensource.org/licenses/mit-license.php"
  34. },
  35. {
  36. "type": "GPL",
  37. "url": "http://www.opensource.org/licenses/gpl-license.php"
  38. }
  39. ]
  40. }