slimScroll.jquery.json 937 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name" : "slimScroll",
  3. "version" : "1.2.0",
  4. "title" : "jQuery slimScroll scrollbar",
  5. "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.",
  6. "keywords" : ["scrollbar", "scroll", "slimscroll", "scrollable", "scrolling", "scroller", "ui"],
  7. "demo" : "http://rocha.la/jQuery-slimScroll/",
  8. "homepage" : "http://rocha.la/jQuery-slimScroll/",
  9. "download" : "http://rocha.la/jQuery-slimScroll/",
  10. "author" : {
  11. "name" : "Piotr Rochala",
  12. "url" : "http://rocha.la/"
  13. },
  14. "dependencies" : {
  15. "jquery" : ">= 1.7"
  16. },
  17. "licenses" : [
  18. {
  19. "type": "MIT",
  20. "url": "http://www.opensource.org/licenses/mit-license.php"
  21. },
  22. {
  23. "type": "GPL",
  24. "url": "http://www.opensource.org/licenses/gpl-license.php"
  25. }
  26. ]
  27. }