Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / simple_sitemap / composer.json
1 {
2   "name": "drupal/simple_sitemap",
3   "description": "Simple XML sitemap creates a standard conform XML sitemap of your content.",
4   "type": "drupal-module",
5   "homepage": "https://drupal.org/project/simple_sitemap",
6   "authors": [
7     {
8       "name": "Pawel Ginalski (gbyte.co)",
9       "email": "contact@gbyte.co",
10       "homepage": "https://www.drupal.org/u/gbyte.co",
11       "role": "Maintainer"
12     },
13     {
14       "name": "Sam Becker (Sam152)",
15       "homepage": "https://www.drupal.org/u/sam152",
16       "role": "Co-maintainer"
17     }
18   ],
19   "support": {
20     "issues": "https://drupal.org/project/issues/simple_sitemap",
21     "irc": "irc://irc.freenode.org/drupal-contribute",
22     "source": "https://cgit.drupalcode.org/simple_sitemap"
23   },
24   "license": "GPL-2.0+",
25   "minimum-stability": "dev",
26   "require": { }
27 }
28