{
    "name": "bluelogic/module-daystodeliver",
    "description": "This module will save the number of days to deliver based on states and show as a estimated delivery date after shipping method table rates.",
    "type": "magento2-module",
    "license": "proprietary",
    "authors": [
        {
            "name": "Mage2Gen",
            "email": "info@mage2gen.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "BlueLogic\\DaysToDeliver\\": ""
        }
    }
}