-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 807 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 807 Bytes
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
{
"name": "eleventy-plugin-lazyimages",
"version": "2.1.2",
"description": "An 11ty plugin that adds lazy loading to your images",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/liamfiddler/eleventy-plugin-lazyimages.git"
},
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"plugin",
"lazy",
"lazyload",
"image"
],
"author": "@liamfiddler",
"license": "MIT",
"bugs": {
"url": "https://github.com/liamfiddler/eleventy-plugin-lazyimages/issues"
},
"homepage": "https://github.com/liamfiddler/eleventy-plugin-lazyimages#readme",
"dependencies": {
"cross-fetch": "^3.1.4",
"jsdom": ">=18.1.1",
"sharp": ">=0.29.3"
}
}