{
    "name": "nigelmoore/the-tech-tribe",
    "description": "The Tribal Plugin",
    "autoload": {
        "psr-4": {
            "TheTribalPlugin\\": "app/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\":"tests/"
        }
    },
    "authors": [
        {
            "name": "Allan",
            "email": "allan@thetechtribe.com"
        }
    ],
    "require": {}
}
