jscroll
Version:
jScroll is a jQuery plugin for infinite scrolling / auto-paging.
44 lines (43 loc) • 852 B
JSON
{
"name": "jscroll",
"homepage": "http://jscroll.com",
"authors": [
{
"name": "Philip Klauzinski",
"homepage": "http://webtopian.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/pklauzinski/jscroll"
},
"description": "jScroll - jQuery Plugin for Infinite Scrolling / Auto-Paging",
"main": "jquery.jscroll.js",
"dependencies": {
"jquery": ">=1.4.3"
},
"moduleType": [
"globals"
],
"keywords": [
"jscroll",
"infinite-scroll",
"infinite-scrolling",
"infinite-ajax-scroll",
"jquery-scrolling",
"ajax-scrolling",
"scrolling",
"auto-paging",
"jquery-plugin",
"ecosystem:jquery"
],
"license": ["MIT", "GPL-2.0"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js"
]
}