{
    "name": "kemana/module-customtheme",
    "description": "kemana.com",
    "type": "magento2-module",
    "license": "GPL-3.0",
    "authors": [
        {
            "name": "Ansyori",
            "email": "ansyori@kemana.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Kemana\\CustomTheme\\": ""
        }
    }
}