{
    "name": "bluelogic/module-customshippingmethod",
    "description": "This module create the custom Shipping Method for Store Pickup & Allow customer to choose the pickup store from checkout",
    "type": "magento2-module",
    "license": "proprietary",
    "authors": [
        {
            "name": "BlueLogic",
            "email": "mujahidh@bluelogic.ae"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "BlueLogic\\CustomShippingMethod\\": ""
        }
    }
}
