strapi-plugin-responsive-image
Version:
Custom responsive image formats for strapi.
38 lines (37 loc) • 883 B
JSON
{
"name": "strapi-plugin-responsive-image",
"version": "1.2.0",
"description": "Custom responsive image formats for strapi.",
"strapi": {
"name": "responsive-image",
"displayName": "Responsive Image",
"icon": "images",
"description": "Custom responsive image formats for strapi.",
"kind": "plugin"
},
"dependencies": {},
"peerDependencies": {
"@strapi/strapi": "^4.x"
},
"author": {
"name": "Nicolas Hamelin",
"url": "https://nicolashamelin.fr"
},
"homepage": "https://github.com/nicolashmln/strapi-plugin-responsive-image",
"repository": {
"type": "git",
"url": "https://github.com/nicolashmln/strapi-plugin-responsive-image"
},
"keywords": [
"strapi",
"plugin",
"responsive",
"image",
"media"
],
"engines": {
"node": ">=18.0.0 <=20.x.x",
"npm": ">=8.0.0"
},
"license": "MIT"
}