eleventy-plugin-local-respimg
Version:
Eleventy plugin for optimizing and making responsive local images
59 lines (58 loc) • 1.47 kB
JSON
{
"name": "eleventy-plugin-local-respimg",
"version": "0.4.0",
"description": "Eleventy plugin for optimizing and making responsive local images",
"keywords": [
"eleventy",
"respimg",
"responsive"
],
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc ava -v --color",
"test:lerna": "lerna run --scope \"${PWD##*/}\" test"
},
"ava": {
"files": [
"tests/**/*",
"!tests/helpers/**/*"
]
},
"contributors": [
"Sam Richard <snugug@google.com> (https://snugug.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/chromeos/static-site-scaffold-modules.git"
},
"bugs": {
"url": "https://github.com/chromeos/static-site-scaffold-modules/issues"
},
"homepage": "https://github.com/chromeos/static-site-scaffold-modules#readme",
"license": "Apache-2.0",
"dependencies": {
"@gumlet/gif-resize": "^1.1.1",
"cheerio": "^1.0.0-rc.3",
"fast-glob": "^3.2.4",
"file-type": "^14.6.2",
"fs-extra": "^9.0.1",
"image-size": "^0.8.3",
"imagemin": "^7.0.1",
"imagemin-gif2webp": "^3.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0",
"imagemin-webp": "^6.0.0",
"merge-deep": "^3.0.2",
"replace-ext": "^2.0.0",
"sharp": "^0.25.4"
},
"devDependencies": {
"fluent-ffmpeg": "^2.1.2",
"rimraf": "^3.0.2"
},
"volta": {
"node": "12.18.0"
}
}