{
    "name": "bluelogic/module-internationaltelephone",
    "description": "This Module will Allow stores to enter phone number in international country code with flag.",
    "type": "magento2-module",
    "license": "proprietary",
    "authors": [
        {
            "name": "Bluelogix",
            "email": "info@bluelogic.ae"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "BlueLogic\\InternationalTelephone\\": ""
        }
    }
}