package.json 1013 B

1234567891011121314151617181920212223242526272829303132
  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" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui", "jquery-plugin", "ecosystem:jquery"],
  8. "homepage" : "http://rocha.la/jQuery-slimScroll/",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/rochal/jQuery-slimScroll.git"
  12. },
  13. "author" : {
  14. "name" : "Piotr Rochala",
  15. "url" : "http://rocha.la/"
  16. },
  17. "dependencies" : {
  18. "jquery" : ">= 1.7"
  19. },
  20. "licenses" : [
  21. {
  22. "type": "MIT",
  23. "url": "http://www.opensource.org/licenses/mit-license.php"
  24. },
  25. {
  26. "type": "GPL",
  27. "url": "http://www.opensource.org/licenses/gpl-license.php"
  28. }
  29. ]
  30. }