bower.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "jquery-slimscroll",
  3. "version": "1.3.8",
  4. "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.",
  5. "keywords": [
  6. "scrollbar",
  7. "scroll",
  8. "slimscroll",
  9. "scrollable",
  10. "scrolling",
  11. "scroller",
  12. "ui",
  13. "jquery-plugin",
  14. "ecosystem:jquery"
  15. ],
  16. "homepage": "http://rocha.la/jQuery-slimScroll/",
  17. "authors": [
  18. { "name": "Piotr Rochala", "homepage": "http://rocha.la/" }
  19. ],
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/rochal/jQuery-slimScroll.git"
  23. },
  24. "main": [
  25. "jquery.slimscroll.js",
  26. "jquery.slimscroll.min.js"
  27. ],
  28. "licenses" : [
  29. {
  30. "type": "MIT",
  31. "url": "http://www.opensource.org/licenses/mit-license.php"
  32. },
  33. {
  34. "type": "GPL",
  35. "url": "http://www.opensource.org/licenses/gpl-license.php"
  36. }
  37. ],
  38. "moduleType": [],
  39. "ignore": [
  40. "**/.*",
  41. "node_modules",
  42. "bower_components",
  43. "test",
  44. "tests"
  45. ]
  46. }