Version 1
[yaffs-website] / web / modules / contrib / layout_plugin / composer.json
diff --git a/web/modules/contrib/layout_plugin/composer.json b/web/modules/contrib/layout_plugin/composer.json
new file mode 100644 (file)
index 0000000..48566cf
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "name": "drupal/layout_plugin",
+  "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
+  "type": "drupal-module",
+  "license": "GPL-2.0+",
+  "keywords": ["php", "layout"],
+  "homepage": "https://www.drupal.org/project/layout_plugin",
+  "minimum-stability": "dev",
+  "authors": [
+    {
+      "name": "David Snopek"
+    },
+    {
+      "name": "Bram Goffings"
+    },
+    {
+      "name": "Fredrik Lassen"
+    }
+  ],
+  "require": { }
+}