Version 1
[yaffs-website] / web / modules / contrib / simple_sitemap / composer.json
diff --git a/web/modules/contrib/simple_sitemap/composer.json b/web/modules/contrib/simple_sitemap/composer.json
new file mode 100644 (file)
index 0000000..a3212c7
--- /dev/null
@@ -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": { }
+}
+