X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fcomposer.json;fp=web%2Fmodules%2Fcontrib%2Flinkchecker%2Fcomposer.json;h=32b0629965c37146576b89cbafaacb6f2ee2de02;hp=0000000000000000000000000000000000000000;hb=8acec36f19c470dfcda1ae2336826a782f41874c;hpb=e0411c4e83ba0d079034db83c3f7f55be24a0e35 diff --git a/web/modules/contrib/linkchecker/composer.json b/web/modules/contrib/linkchecker/composer.json new file mode 100644 index 000000000..32b062996 --- /dev/null +++ b/web/modules/contrib/linkchecker/composer.json @@ -0,0 +1,22 @@ +{ + "name": "drupal/linkchecker", + "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.", + "type": "drupal-module", + "homepage": "https://www.drupal.org/project/linkchecker", + "authors": [ + { + "name": "hass", + "homepage": "https://www.drupal.org/u/hass" + }, + { + "name": "See other contributors", + "homepage":"https://www.drupal.org/node/243795/committers" + } + ], + "support": { + "issues": "https://www.drupal.org/project/issues/linkchecker", + "source": "http://git.drupal.org/project/linkchecker.git" + }, + "license": "GPL-2.0+", + "require": {} +}