.bower.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. {
  19. "name": "Piotr Rochala",
  20. "homepage": "http://rocha.la/"
  21. }
  22. ],
  23. "repository": {
  24. "type": "git",
  25. "url": "https://github.com/rochal/jQuery-slimScroll.git"
  26. },
  27. "main": [
  28. "jquery.slimscroll.js",
  29. "jquery.slimscroll.min.js"
  30. ],
  31. "licenses": [
  32. {
  33. "type": "MIT",
  34. "url": "http://www.opensource.org/licenses/mit-license.php"
  35. },
  36. {
  37. "type": "GPL",
  38. "url": "http://www.opensource.org/licenses/gpl-license.php"
  39. }
  40. ],
  41. "moduleType": [],
  42. "ignore": [
  43. "**/.*",
  44. "node_modules",
  45. "bower_components",
  46. "test",
  47. "tests"
  48. ],
  49. "_release": "1.3.8",
  50. "_resolution": {
  51. "type": "version",
  52. "tag": "v1.3.8",
  53. "commit": "cf39d364e777ef95574c30c42d3b85cb2bf325d3"
  54. },
  55. "_source": "https://github.com/rochal/jQuery-slimScroll.git",
  56. "_target": "~1.3.8",
  57. "_originalSource": "jquery-slimscroll"
  58. }