{
    "name": "coderkube/brand",
    "description": "Do not edit or add to this file if you wish to upgrade this extension to newer  version in the future.",
    "type": "magento2-module",
    "license": "OSL-3.0",
    "version": "1.1.3",
    "authors": [
        {
            "name": "Coderkube Technologies",
            "email": "info@coderkube.com",
            "homepage": "https://www.coderkube.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Coderkube\\Brand\\": ""
        }
    }
}