{
    "name": "emitech/template",
    "description": "This is where the templates and configuration will be carried out",
    "type": "project",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Emitech\\Template\\": "src/"
        },
        "files" : [
            "src/Helper/function.php"
        ]
    },
    "authors": [
        {
            "name": "Olabige Michael"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "extra" : {
        "laravel" : {
            "providers" : [
                "Emitech\\Template\\Providers\\TempServiceProvider"
            ],
            "aliase" : {
                "Templates" : "Emitech\\Template\\Facades"
            }
        }
    }
}
