-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
32 lines (32 loc) · 1.02 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
{
"name": "jquery-infinite-scroll-helper",
"version": "1.2.4",
"description": "A lightweight implementation of the infinite scroll mechanic. By providing two essential callbacks, loadMore and doneLoading, the jQuery Infinite Scroll Helper plugin makes it a breeze to add infinite scrolling functionality to your page.",
"keywords": [
"jquery",
"infinite scroll",
"jquery plugin"
],
"bugs": {
"url": "https://github.com/expandtheroom/jquery-infinite-scroll-helper/issues",
"email": "ryan@expandtheroom.com"
},
"license": "MIT",
"author": {
"name": "Ryan Ogden",
"email": "ryan@expandtheroom.com",
"url": "http://www.expandtheroom.com"
},
"main": "jquery.infinite-scroll-helper.js",
"repository": {
"type": "git",
"url": "https://github.com/expandtheroom/jquery-infinite-scroll-helper.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"qunitjs": "^2.0.1"
}
}