diff --git a/composer.json b/composer.json new file mode 100644 index 0000000000000000000000000000000000000000..02c239e17100469c59121f9ecf76f106ecd6a477 --- /dev/null +++ b/composer.json @@ -0,0 +1,37 @@ +{ + "name": "drupal/drowl_header_slides", + "type": "drupal-module", + "description": "Provides a flexible header slideshow based on custom block type and media type 'Slide'", + "keywords": [ + "Drupal" + ], + "license": "GPL-2.0+", + "homepage": "https://www.drupal.org/project/drowl_header_slides", + "authors": [ + { + "name": "Anybody", + "homepage": "https://www.drupal.org/u/anybody", + "role": "Maintainer" + }, + { + "name": "thomas.frobieter", + "homepage": "https://www.drupal.org/u/thomasfrobieter", + "role": "Maintainer" + }, + { + "name": "Grevil", + "homepage": "https://www.drupal.org/u/grevil", + "role": "Maintainer" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/drowl_header_slides", + "source": "http://cgit.drupalcode.org/drowl_header_slides" + }, + "require": { + "drupal/fences": "^3", + "drupal/slick": "^3", + "drupal/drowl_media": "^3 || ^4", + "drupal/menu_item_extras": "^3" + } +}