-
- Downloads
parent
7a67f3b4
No related branches found
No related tags found
composer.json
0 → 100644
{ | |||
"name": "drupal/jsonapi_image_styles", | |||
"description": "JSON:API Image Styles provides a means to expose image styles to JSON:API.", | |||
"type": "drupal-module", | |||
"license": "GPL-2.0+", | |||
"authors": [ | |||
{ | |||
"name": "Alona O'neill", | |||
"homepage": "https://www.drupal.org/u/alonaoneill" | |||
}, | |||
{ | |||
"name": "Timo Kirkkala", | |||
"homepage": "https://www.drupal.org/u/kirkkala" | |||
}, | |||
{ | |||
"name": "Jeffrey Bertoen", | |||
"homepage": "https://www.drupal.org/u/jefuri" | |||
} | |||
], | |||
"require": { | |||
"drupal/core": "^8.7|9.0" | |||
} | |||
} |
Please register or sign in to comment