-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 895 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
{
"name": "flickity-bg-lazyload",
"version": "2.0.0",
"description": "Flickity lazyload background images",
"main": "bg-lazyload.js",
"peerDependencies": {
"flickity": "^3.0.0"
},
"dependencies": {
"fizzy-ui-utils": "^3.0.0"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-plugin-metafizzy": "^2.0.1",
"qunit": "^2.18.0"
},
"scripts": {
"test": "npm run lint",
"lint": "npx eslint ."
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafizzy/flickity-bg-lazyload.git"
},
"keywords": [
"flickity",
"lazyload",
"background",
"image"
],
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafizzy/flickity-bg-lazyload/issues"
},
"homepage": "https://github.com/metafizzy/flickity-bg-lazyload#readme"
}