forked from pklauzinski/jscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 894 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "jscroll",
"version": "2.3.5",
"description": "jQuery plugin for infinite scrolling / auto-paging.",
"main": "jquery.jscroll.js",
"scripts": {
"test": "grunt jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/pklauzinski/jscroll.git"
},
"keywords": [
"jscroll",
"infinite-scroll",
"infinite-scrolling",
"jquery-scrolling",
"ajax-scrolling",
"scrolling",
"auto-paging",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Philip Klauzinski",
"url": "http://gui.ninja"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pklauzinski/jscroll/issues"
},
"homepage": "http://jscroll.com",
"dependencies": {
"jquery": "^1.7.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2"
}
}