{
    "name": "blackbird/monetico",
    "description": "Monetico Payment Method Gateway Integration.",
    "require": {
        "magento/framework": ">=100.0.0",
        "magento/module-config": ">=100.0.2",
        "magento/module-directory": ">=100.0.2",
        "magento/module-payment": ">=100.0.2",
        "magento/module-checkout": ">=100.0.0",
        "magento/module-quote": ">=100.0.2",
        "magento/module-sales": ">=100.0.2"
    },
    "type": "magento2-module",
    "version": "100.3.21",
    "license": [
        "proprietary"
    ],
    "autoload": {
        "files": [
            "registration.php"
        ],
        "psr-4": {
            "Blackbird\\Monetico\\": ""
        }
    }
}
