{
    "name": "pinecone-dot-website/dbug",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Eric Eaglstun",
            "email": "postpostmodern@gmail.com"
        }
    ],
    "autoload": {
        "files": [
            "functions.php",
            "theme.php"
        ],
        "psr-4": {
            "WP_Dbug\\": "lib/WP_Dbug/"
        }
    },
    "require": {
        "php": ">=5.4"
    }
}