Files
farmOS-dev/web/modules/entity_browser/composer.json
2024-12-10 15:08:16 +01:00

44 lines
1.2 KiB
JSON

{
"name": "drupal/entity_browser",
"description": "Entity browsing and selecting component.",
"type": "drupal-module",
"homepage": "https://drupal.org/project/entity_browser",
"authors": [
{
"name": "Janez Urevc",
"homepage": "https://github.com/slashrsm",
"role": "Maintainer"
},
{
"name": "Primoz Hmeljak",
"homepage": "https://github.com/primsi",
"role": "Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1943336/committers",
"role": "contributor"
}
],
"support": {
"issues": "https://www.drupal.org/project/issues/entity_browser",
"irc": "irc://irc.freenode.org/drupal-contribute",
"source": "https://git.drupalcode.org/project/entity_browser"
},
"license": "GPL-2.0+",
"require-dev": {
"drupal/ckeditor": "^1.0",
"drupal/token": "^1.0",
"drupal/inline_entity_form": "^1.0@rc",
"drupal/paragraphs": "^1.0",
"drupal/embed": "^1.0",
"drupal/entity_embed": "^1.0",
"drupal/entityqueue": "^1.0",
"drupal/entity_reference_revisions": "^1.0",
"drupal/search_api": "^1.0"
},
"conflict": {
"drupal/media_entity": "1.*"
}
}