forked from webcreate/infinite-ajax-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 782 Bytes
/
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
{
"name": "jquery-ias",
"title": "Infinite Ajax Scroll",
"version": "2.1.0",
"description": "A jQuery plugin that turns your server-side pagination into an infinite scrolling one using AJAX",
"homepage": "http://infiniteajaxscroll.com",
"main": "src/jquery-ias.js",
"repository": "http://github.com/webcreate/infinite-ajax-scroll",
"author": {
"company": "Webcreate",
"name": "Jeroen Fiege",
"web": "http://webcreate.nl"
},
"license": "Dual-license",
"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"
}
}