Mercurial > hg > isophonics-drupal-site
diff modules/contrib/views_slideshow/composer.json @ 5:c69a71b4f40f
Add slideshow module
author | Chris Cannam |
---|---|
date | Thu, 07 Dec 2017 14:46:23 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/contrib/views_slideshow/composer.json Thu Dec 07 14:46:23 2017 +0000 @@ -0,0 +1,19 @@ +{ + "name": "drupal/views_slideshow", + "description": "Describes relationships between entities.", + "type": "drupal-module", + "license": "GPL-2.0+", + "homepage": "https://www.drupal.org/project/views_slideshow", + "authors": [ + { + "name": "See contributors", + "homepage":"https://www.drupal.org/node/160350/committers" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/views_slideshow", + "irc": "irc://irc.freenode.org/drupal-contribute", + "source": "https://cgit.drupalcode.org/views_slideshow" + }, + "require": {} +}