Mercurial > hg > isophonics-drupal-site
annotate modules/contrib/views_slideshow/composer.json @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | c69a71b4f40f |
children |
rev | line source |
---|---|
Chris@5 | 1 { |
Chris@5 | 2 "name": "drupal/views_slideshow", |
Chris@5 | 3 "description": "Describes relationships between entities.", |
Chris@5 | 4 "type": "drupal-module", |
Chris@5 | 5 "license": "GPL-2.0+", |
Chris@5 | 6 "homepage": "https://www.drupal.org/project/views_slideshow", |
Chris@5 | 7 "authors": [ |
Chris@5 | 8 { |
Chris@5 | 9 "name": "See contributors", |
Chris@5 | 10 "homepage":"https://www.drupal.org/node/160350/committers" |
Chris@5 | 11 } |
Chris@5 | 12 ], |
Chris@5 | 13 "support": { |
Chris@5 | 14 "issues": "https://www.drupal.org/project/issues/views_slideshow", |
Chris@5 | 15 "irc": "irc://irc.freenode.org/drupal-contribute", |
Chris@5 | 16 "source": "https://cgit.drupalcode.org/views_slideshow" |
Chris@5 | 17 }, |
Chris@5 | 18 "require": {} |
Chris@5 | 19 } |