32b0629965c37146576b89cbafaacb6f2ee2de02
[yaffs-website] / web / modules / contrib / linkchecker / composer.json
1 {
2   "name": "drupal/linkchecker",
3   "description": "Periodically checks for broken links in node types, blocks and fields and reports the results.",
4   "type": "drupal-module",
5   "homepage": "https://www.drupal.org/project/linkchecker",
6   "authors": [
7     {
8       "name": "hass",
9       "homepage": "https://www.drupal.org/u/hass"
10     },
11     {
12       "name": "See other contributors",
13       "homepage":"https://www.drupal.org/node/243795/committers"
14     }
15   ],
16   "support": {
17     "issues": "https://www.drupal.org/project/issues/linkchecker",
18     "source": "http://git.drupal.org/project/linkchecker.git"
19   },
20   "license": "GPL-2.0+",
21   "require": {}
22 }