-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
package.json
50 lines (50 loc) · 1.09 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
43
44
45
46
47
48
49
50
{
"name": "infinite-scroll",
"version": "4.0.1",
"description": "Automatically add next page",
"main": "js/index.js",
"files": [
"dist",
"js"
],
"dependencies": {
"ev-emitter": "^2.1.0",
"fizzy-ui-utils": "^3.0.0"
},
"devDependencies": {
"ava": "^3.13.0",
"eslint": "^7.15.0",
"eslint-plugin-metafizzy": "^1.2.1",
"imagesloaded": "^4.1.4",
"jquery": "^3.5.1",
"jquery-bridget": "^3.0.0",
"masonry-layout": "^4.2.2",
"puppeteer": "^5.5.0",
"terser": "^5.5.1"
},
"scripts": {
"dist": "node bin/build-dist.js",
"lint": "npx eslint .",
"test": "npm run lint && ava",
"version": "node bin/version.js && npm run dist && git add -A . dist"
},
"repository": {
"type": "git",
"url": "git://github.com/metafizzy/infinite-scroll.git"
},
"keywords": [
"plugin",
"ui",
"DOM",
"browser"
],
"author": "Metafizzy",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/metafizzy/infinite-scroll/issues"
},
"homepage": "https://infinite-scroll.com",
"directories": {
"test": "test"
}
}