{
    "name": "drupol/bg_image_formatter",
    "type": "drupal-module",
    "description": "This module provides an image formatter that allows you to set an image in background of a container.",
    "homepage": "https://drupal.org/project/bg_image_formatter",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Pol Dellaiera (@drupol)",
            "homepage": "https://www.drupal.org/u/pol",
            "role": "Maintainer"
        }
    ],
    "require-dev": {
        "drupol/drupal-conventions": "^1"
    },
    "extra": {
        "grumphp": {
            "config-default-path": "vendor/drupol/drupal-conventions/config/drupal8/grumphp.yml"
        }
    },
    "scripts": {
        "grumphp": "./vendor/bin/grumphp run"
    }
}
