Pathologic was missing because of a .git folder inside.
[yaffs-website] / web / modules / contrib / blazy / composer.json
1 {
2   "name": "drupal/blazy",
3   "description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
4   "keywords": ["bLazy", "lazyload", "Drupal"],
5   "type": "drupal-module",
6   "license": "GPL-2.0+",
7   "homepage": "https://drupal.org/project/blazy",
8   "authors": [
9     {
10       "name": "Gaus Surahman",
11       "homepage": "https://www.drupal.org/u/gausarts",
12       "role": "Maintainer"
13     },
14     {
15       "name": "Contributors",
16       "homepage": "https://www.drupal.org/node/2663268/committers",
17       "role": "Contributor"
18     }
19   ],
20   "support": {
21     "issues": "https://drupal.org/project/issues/blazy",
22     "source": "http://cgit.drupalcode.org/blazy"
23   },
24   "require": { }
25 }