{
    "name": "38zo/zontact",
    "description": "One button, one form, zero hassle. Floating contact button opens an accessible modal with a contact form.",
    "type": "wordpress-plugin",
    "license": "GPL-3.0-or-later",
    "authors": [
        {
            "name": "38zo",
            "homepage": "https://38zo.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "ThirtyEightZo\\Zontact\\": "includes/"
        }
    },
    "require": {
        "composer/installers": "^2.0"
    },
    "extra": {
        "installer-paths": {
            "wp-content/plugins/{$name}/": ["type:wordpress-plugin"]
        }
    },
    "config": {
        "optimize-autoloader": true,
        "sort-packages": true,
        "allow-plugins": {
            "composer/installers": true
        }
    }
}
