{
    "name": "pinecone-dot-website/aitch-ref",
    "type": "wordpress-plugin",
    "license": "GPL-2.0+",
    "authors": [
        {
            "name": "Eric Eaglstun",
            "email": "postpostmodern@gmail.com"
        }
    ],
    "autoload": {
        "files": [
            "functions.php",
            "theme.php",
            "wpmu.php"
        ],
        "psr-4": {
            "aitchref\\": "lib/aitchref/"
        }
    },
    "require": {
        "php": ">=5.4",
        "composer/installers": "~1.0"
    }
}