forked from punkave/jquery-bottomless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bottomless.jquery.json
36 lines (36 loc) · 1.17 KB
/
bottomless.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
32
33
34
35
36
{
"name": "bottomless",
"title": "Bottomless",
"description": "Bottomless is an infinite scroll plugin that has been torture-tested by naive users with old versions of IE, which is important because permanently replacing pagination with infinite scroll on a public facing site is a high risk, high benefit proposition. jquery-bottomless has a sweet and simple API.",
"keywords": ["bottomless", "button", "apostrophe", "punkave"],
"version": "0.2.3",
"author": {
"name": "P'unk Avenue",
"url": "http://punkave.com/"
},
"maintainers": [
{
"name": "Tom Boutell",
"email": "[email protected]",
"url": "http://punkave.com"
},
{
"name": "Kyle Stetz",
"email": "[email protected]",
"url": "http://punkave.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/punkave/jquery-bottomless/LICENSE.md"
}
],
"bugs": "https://github.com/punkave/jquery-bottomless/issues",
"homepage": "https://github.com/punkave/jquery-bottomless",
"docs": "https://github.com/punkave/jquery-bottomless",
"download": "https://github.com/punkave/jquery-bottomless",
"dependencies": {
"jquery": ">=1.9"
}
}