jscroll.jquery.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "jscroll",
  3. "version": "2.2.4",
  4. "title": "jScroll - jQuery Plugin for Infinite Scrolling / Auto-Paging",
  5. "author": {
  6. "name": "Philip KLauzinski",
  7. "url": "http://klauzinski.com"
  8. },
  9. "licenses": [
  10. {
  11. "type": "MIT",
  12. "url": "http://opensource.org/licenses/MIT"
  13. },
  14. {
  15. "type": "GPL-2.0",
  16. "url": "http://opensource.org/licenses/GPL-2.0"
  17. }
  18. ],
  19. "dependencies": {
  20. "jquery": ">=1.4.3"
  21. },
  22. "description": "jScroll is a jQuery plugin allowing you to effortlessly implement infinite scrolling, lazy loading, or whatever catchy phrase you may know it as, within a web page or web/HTML5 application. jScroll allows you to initiate an auto-paged AJAX fetch triggered by scrolling within a fixed-height div, or from scrolling the window object. A real-world example of this behavior is your Facebook News Feed, which automatically loads content as you scroll down and reach the end of the page.",
  23. "keywords": [
  24. "infinite-scrolling",
  25. "lazy-loading",
  26. "auto-paging",
  27. "infinite",
  28. "scroll",
  29. "scrolling",
  30. "lazy",
  31. "auto",
  32. "loading",
  33. "paging",
  34. "ajax",
  35. "html5"
  36. ],
  37. "homepage": "http://jscroll.com",
  38. "demo": "http://jscroll.com/#examples",
  39. "docs": "http://jscroll.com",
  40. "bugs": "https://github.com/pklauzinski/jscroll/issues"
  41. }