-
Notifications
You must be signed in to change notification settings - Fork 561
/
package.json
43 lines (43 loc) · 953 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
42
43
{
"name": "jscroll",
"version": "2.4.1",
"description": "jScroll is a jQuery plugin for infinite scrolling / auto-paging.",
"main": "jquery.jscroll.js",
"scripts": {
"build": "grunt",
"test": "grunt eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/pklauzinski/jscroll.git"
},
"keywords": [
"jscroll",
"infinite-scroll",
"infinite-scrolling",
"jquery-scrolling",
"ajax-scrolling",
"scrolling",
"auto-paging",
"lazy-loading",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Philip Klauzinski",
"url": "https://webtopian.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/pklauzinski/jscroll/issues"
},
"homepage": "https://jscroll.com",
"peerDependencies": {
"jquery": ">=1.8.0"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-uglify": "3.3.0",
"gruntify-eslint": "^4.0.0"
}
}