{
    "name": "bluelogic/module-custompaymentmethod",
    "description": "This module create the custom payment Method Card On Delivery",
    "type": "magento2-module",
    "license": "proprietary",
    "authors": [
        {
            "name": "Bluelogic",
            "email": ""
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "BlueLogic\\CustomPaymentMethod\\": ""
        }
    }
}
