forked from webcreate/infinite-ajax-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ias.jquery.json
34 lines (34 loc) · 847 Bytes
/
ias.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
{
"name": "ias",
"title": "Infinite Ajax Scroll",
"description": "jQuery plugin that progressively enhances your server-side pagination",
"version": "2.2.1",
"homepage": "http://infiniteajaxscroll.com",
"download": "http://infiniteajaxscroll.com/download.html",
"docs": "http://infiniteajaxscroll.com/docs/getting-started.html",
"demo": "http://infiniteajaxscroll.com/examples/basic/page1.html",
"main": "src/jquery-ias.js",
"author": {
"name": "Jeroen Fiege",
"company": "Webcreate",
"web": "http://webcreate.nl"
},
"keywords": [
"infinite",
"scroll",
"scrolling",
"ajax",
"pagination",
"jquery",
"ias"
],
"licenses": [
{
"type": "Dual-license",
"url": "http://infiniteajaxscroll.com/docs/license.html"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}