diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..cdf53b8 --- /dev/null +++ b/composer.json @@ -0,0 +1,22 @@ +{ + "name": "roblib/magazineplus_lmmi_journal", + "description": "Fork of MagazinePlus, base theme for LMMI Journal.", + "type": "drupal-theme", + "keywords": [ + "Drupal" + ], + "homepage": "https://library.upei.ca/", + "repositories": [ + { + "type": "composer", + "url": "https://packages.drupal.org/8" + } + ], + "license": "GPL-2.0-or-later", + "authors": [ + { + "name": "Rob Drew", + "role": "Owner" + } + ] +}