{ "name": "drupal/simple_sitemap", "description": "Creates a standard conform hreflang XML sitemap of the site content and provides a framework for developing other sitemap types.", "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" } ], "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": { "ext-xmlwriter": "*" }, "extra": { "drush": { "services": { "drush.services.yml": "^9" } } } }