composer.json | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..b0d156e --- /dev/null +++ b/composer.json @@ -0,0 +1,40 @@ +{ + "name": "drupal/facets", + "description": "The Facet module allows site builders to easily create and manage faceted search interfaces.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/facets", + "authors": [ + { + "name": "Joris Vercammen", + "homepage": "https://www.drupal.org/u/borisson_" + }, + { + "name": "José Manuel Rodríguez Vélez", + "homepage": "https://www.drupal.org/u/marthinal" + }, + { + "name": "Kevin Thiels", + "homepage": "https://www.drupal.org/u/novitsh" + }, + { + "name": "Wim Leers", + "homepage": "https://www.drupal.org/u/wim-leers" + }, + { + "name": "Jimmy Henderickx", + "homepage": "https://www.drupal.org/u/strykaizer" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/2348769/committers" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/facets", + "source": "git://git.drupal.org/project/facets.git" + }, + "license": "GPL-2.0+", + "require": { + "drupal/search_api": "~8.1.0-alpha12" + } +}