Further modules included.
[yaffs-website] / web / modules / contrib / linkchecker / composer.json
diff --git a/web/modules/contrib/linkchecker/composer.json b/web/modules/contrib/linkchecker/composer.json
new file mode 100644 (file)
index 0000000..32b0629
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "name": "drupal/linkchecker",
+  "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
+  "type": "drupal-module",
+  "homepage": "https://www.drupal.org/project/linkchecker",
+  "authors": [
+    {
+      "name": "hass",
+      "homepage": "https://www.drupal.org/u/hass"
+    },
+    {
+      "name": "See other contributors",
+      "homepage":"https://www.drupal.org/node/243795/committers"
+    }
+  ],
+  "support": {
+    "issues": "https://www.drupal.org/project/issues/linkchecker",
+    "source": "http://git.drupal.org/project/linkchecker.git"
+  },
+  "license": "GPL-2.0+",
+  "require": {}
+}