{
    "name": "wp-cli/postmark",
    "description": "Manage Postmark account (domains, servers, templates, etc...) and retrieve information such as messages and stats.",
    "type": "wp-cli-package",
    "homepage": "https://github.com/wildbit/postmark-wordpress-cli",
    "license": "MIT",
    "authors": [
        {
                "name": "Patrick Graham",
                "email": "patrick@wildbit.com",
                "homepage": "https://postmarkapp.com"
            }
        ],
    "require": {
        "php": ">=5.4"
    },
    "autoload": {
        "files": [ "pm-cli.php" ]
    }
}
