{
    "name": "madpenguin/make_me_static",
    "description": "Wordpress plugin to facilitate the generation of static copies of a WP site",
    "type": "project",
    "license": "GPL2",
    "autoload": {
        "psr-4": {
            "Madpenguin\\MakeMeStatic\\": "src/"
        }
    },
    "authors": [
        {
            "name": "Gareth Bult",
            "email": "gareth@madpenguin.uk"
        }
    ],
    "minimum-stability": "stable",
    "require": {
        "icamys/php-sitemap-generator": "^4.6.0"
    }
}
