forked from webcreate/infinite-ajax-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
package.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
37
38
39
40
41
42
{
"name": "jquery-ias",
"title": "Infinite Ajax Scroll",
"version": "2.3.1",
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
"homepage": "https://infiniteajaxscroll.com",
"main": "src/jquery-ias.js",
"repository": "https://github.com/webcreate/infinite-ajax-scroll",
"bugs": {
"url": "https://infiniteajaxscroll.com/docs/support.html"
},
"author": {
"company": "Webcreate",
"name": "Jeroen Fiege",
"web": "http://webcreate.nl"
},
"keywords": [
"scroll",
"scrolling",
"ajax",
"pagination",
"jquery",
"jquery-plugin",
"ias",
"infinite"
],
"license": "Dual-license",
"dependencies": {
"jquery": ">=1.12"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "~0.1",
"buster": "~0.7",
"grunt-buster": "~0.3",
"phantomjs": "~1.9",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.3.0",
"grunt-contrib-concat": "~0.3.0"
}
}