X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fsimple_sitemap%2Fcomposer.json;fp=web%2Fmodules%2Fcontrib%2Fsimple_sitemap%2Fcomposer.json;h=a3212c7c4b980b8228d6d1c695bd2613d92a020c;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/simple_sitemap/composer.json b/web/modules/contrib/simple_sitemap/composer.json new file mode 100644 index 000000000..a3212c7c4 --- /dev/null +++ b/web/modules/contrib/simple_sitemap/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": { } +} +