forked from expandtheroom/jquery-infinite-scroll-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
infinite-scroll-helper.jquery.json
31 lines (31 loc) · 1.09 KB
/
infinite-scroll-helper.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "infinite-scroll-helper",
"version": "1.1.0",
"title": "jQuery Infinite Scroll Helper",
"description": "A lightweight implementation of the infinite scroll mechanic. By providing two essential callbacks, loadMore and doneLoading, the jQuery Infinite Scroll Helper plugin makes it a breeze to add infinite scrolling functionality to your page.",
"author": {
"name": "ExpandTheRoom",
"email": "[email protected]",
"url": "http://www.expandtheroom.com"
},
"maintainers": [
{
"name": "Ryan Ogden",
"email": "[email protected]",
"url": "http://www.expandtheroom.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/expandtheroom/jquery-infinite-scroll-helper/blob/master/LICENSE.txt"
}
],
"homepage": "https://github.com/expandtheroom/jquery-infinite-scroll-helper",
"docs": "https://github.com/expandtheroom/jquery-infinite-scroll-helper",
"bugs": "https://github.com/expandtheroom/jquery-infinite-scroll-helper/issues",
"dependencies": {
"jquery": ">=1.7.0"
},
"keywords": ["infinite", "scroll"]
}