forked from webcreate/infinite-ajax-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 765 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 765 Bytes
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": "jquery-ias",
"title": "Infinite Ajax Scroll, a jQuery plugin",
"description": "jQuery plugin that progressively enhances your server-side pagination",
"version": "1.0.2",
"main": "dist",
"author": {
"name": "Jeroen Fiege",
"web": "http://webcreate.nl"
},
"keywords": [
"infinite",
"scroll",
"ajax",
"pagination",
"jquery",
"ias"
],
"homepage": "https://github.com/webcreate/infinite-ajax-scroll",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/webcreate/infinite-ajax-scroll/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.4"
},
"devDependencies": {
"buster": "~0.6.12",
"grunt": "0.3.17",
"grunt-contrib-copy": "~0.3.2"
}
}