Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / fontyourface / composer.json
1 {
2   "name": "drupal/fontyourface",
3   "type": "drupal-module",
4   "description": "Web font management tools.",
5   "keywords": ["Drupal"],
6   "license": "GPL-2.0+",
7   "homepage": "https://www.drupal.org/project/fontyourface",
8   "minimum-stability": "dev",
9   "support": {
10     "issues": "http://drupal.org/project/issues/fontyourface",
11     "source": "http://cgit.drupalcode.org/fontyourface"
12   },
13   "require": {
14     "drupal/core": "8.*"
15   }
16 }