From c805ea324be42bd29d02abb15cc7ed908946a4aa Mon Sep 17 00:00:00 2001 From: Pawel G Date: Thu, 16 Jun 2016 15:20:41 +0200 Subject: [PATCH] Add composer.json --- composer.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..a3212c7 --- /dev/null +++ b/composer.json @@ -0,0 +1,28 @@ +{ + "name": "drupal/simple_sitemap", + "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.", + "type": "drupal-module", + "homepage": "https://drupal.org/project/simple_sitemap", + "authors": [ + { + "name": "Pawel Ginalski (gbyte.co)", + "email": "contact@gbyte.co", + "homepage": "https://www.drupal.org/u/gbyte.co", + "role": "Maintainer" + }, + { + "name": "Sam Becker (Sam152)", + "homepage": "https://www.drupal.org/u/sam152", + "role": "Co-maintainer" + } + ], + "support": { + "issues": "https://drupal.org/project/issues/simple_sitemap", + "irc": "irc://irc.freenode.org/drupal-contribute", + "source": "https://cgit.drupalcode.org/simple_sitemap" + }, + "license": "GPL-2.0+", + "minimum-stability": "dev", + "require": { } +} + -- GitLab