{

    "name": "drupal-composer/drupal-project",
    "description": "Project template for Drupal 8 projects with composer",
    "type": "project",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "",
            "role": ""
        }
    ],
    "repositories": [
        {
            "type": "composer",
            "url": "https://packages.drupal.org/8"
        }
    ],
    "require": {
        "composer/installers": "^1.2",
        "cweagans/composer-patches": "^1.6.5",
        "drupal-composer/drupal-scaffold": "^2.5",
        "drupal/address": "^1.7",
        "drupal/addtoany": "^1.12",
        "drupal/animated_gif": "^1.3",
        "drupal/antibot": "^1.5",
        "drupal/backup_migrate": "^4.0",
        "drupal/bootstrap": "^3.16",
        "drupal/bootstrap_layouts": "^5.1",
        "drupal/bootstrap_simple_carousel": "^1.2",
        "drupal/console": "^1.0.2",
        "drupal/core": "^8.7.0",
        "drupal/ctools": "3.0",
        "drupal/ctools_block": "3.0",
        "drupal/ctools_views": "3.0",
        "drupal/flexslider": "^2.0@beta",
        "drupal/fontawesome": "^2.9",
        "drupal/geocoder": "^2.9",
        "drupal/geofield_map": "^2.57",
        "drupal/honeypot": "^2.0",
        "drupal/imce": "^1.7",
        "drupal/inline_entity_form": "^1.0@RC",
        "drupal/libraries": "^3.0@alpha",
        "drupal/metatag": "^1.12",
        "drupal/page_manager": "^4.0@beta",
        "drupal/page_manager_ui": "^4.0@beta",
        "drupal/panels": "^4.3",
        "drupal/panels_ipe": "^4.3",
        "drupal/pathauto": "^1.3",
        "drupal/readme": "^1.0@beta",
        "drupal/responsive_views_grid": "^1.1",
        "drupal/seo_checklist": "^4.1",
        "drupal/sitemap": "^1.5",
        "drupal/token": "^1.5",
        "drupal/video_embed_facebook": "^1.3",
        "drupal/video_embed_field": "^2.4",
        "drupal/videojs": "^1.0",
        "drupal/views_bootstrap": "^4.2",
        "drupal/views_slideshow": "^4.6",
        "drupal/views_slideshow_cycle": "^4.6",
        "drupal/webform": "^5.8",
        "drupal/xmlsitemap": "^1.0@RC",
        "drupal/youtubechannel": "^3.2",
        "drush/drush": "^9.0.0",
        "vlucas/phpdotenv": "^2.4",
        "webflo/drupal-finder": "^1.0.0",
        "webmozart/path-util": "^2.3"
    },
    "require-dev": {
        "drupal/core-dev": "^8.8"
    },
    "conflict": {
        "drupal/drupal": "*"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "config": {
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true,
            "drupal/console-extend-plugin": true,
            "cweagans/composer-patches": true
        }

    },
    "autoload": {
        "classmap": [
            "scripts/composer/ScriptHandler.php"
        ],
        "files": ["load.environment.php"]
    },
    "scripts": {
        "pre-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "pre-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::checkComposerVersion"
        ],
        "post-install-cmd": [
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ],
        "post-update-cmd": [
            "DrupalProject\\composer\\ScriptHandler::createRequiredFiles"
        ]
    },
    "extra": {
        "patchLevel": {
            "drupal/core": "-p2"
        },
        "installer-paths": {
            "web/core": ["type:drupal-core"],
            "web/libraries/{$name}": ["type:drupal-library"],
            "web/modules/contrib/{$name}": ["type:drupal-module"],
            "web/profiles/contrib/{$name}": ["type:drupal-profile"],
            "web/themes/contrib/{$name}": ["type:drupal-theme"],
            "drush/Commands/{$name}": ["type:drupal-drush"]
        },
        "drupal-scaffold": {
            "initial": {
                ".editorconfig": "../.editorconfig",
                ".gitattributes": "../.gitattributes"
            }
        }
    }
}
