Further modules included.
[yaffs-website] / web / modules / contrib / layout_plugin / composer.json
1 {
2   "name": "drupal/layout_plugin",
3   "description": "An API module to hold the Drupal 8 plugin manager for layouts.",
4   "type": "drupal-module",
5   "license": "GPL-2.0+",
6   "keywords": ["php", "layout"],
7   "homepage": "https://www.drupal.org/project/layout_plugin",
8   "minimum-stability": "dev",
9   "authors": [
10     {
11       "name": "David Snopek"
12     },
13     {
14       "name": "Bram Goffings"
15     },
16     {
17       "name": "Fredrik Lassen"
18     }
19   ],
20   "require": { }
21 }