-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
37 lines (37 loc) · 883 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
{
"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"
}