Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

scrollbar.jquery.json 1.1KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "scrollbar",
  3. "title": "jQuery Scrollbar",
  4. "description": "Cross-browser CSS customizable scrollbar with advanced features: standard scroll behavior in all browsers/devices, responsive design support (no fixed height or width required), horizontal/vertical scrollbar or both, external scrollbars, automatically hide/show scrollbars (if content/container size is changed) and more...",
  5. "keywords": [
  6. "scroll",
  7. "scrollbar"
  8. ],
  9. "version": "0.2.11",
  10. "author": {
  11. "name": "Yuriy Khabarov",
  12. "email": "13real008@gmail.com"
  13. },
  14. "licenses": [
  15. {
  16. "type": "MIT",
  17. "url": "https://github.com/gromo/jquery.scrollbar/blob/master/license-mit.txt"
  18. },
  19. {
  20. "type": "GPLv2",
  21. "url": "https://github.com/gromo/jquery.scrollbar/blob/master/license-gpl.txt"
  22. }
  23. ],
  24. "homepage": "http://gromo.github.io/jquery.scrollbar/",
  25. "download": "http://gromo.github.io/jquery.scrollbar/jquery.scrollbar.zip",
  26. "demo": "http://gromo.github.io/jquery.scrollbar/demo/basic.html",
  27. "dependencies": {
  28. "jquery": ">=1.7"
  29. }
  30. }