{
    "name": "siddiqurrahman/apcfw-product-condition-manager",
    "description": "Product Condition for WooCommerce",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "version": "1.0.0",
    "authors": [
        {
            "name": "Md Siddiqur Rahman",
            "homepage": "https://siddiqur.com"
        }
    ],
    "minimum-stability": "stable",
    "require": {},
    "autoload": {
        "psr-4": {
            "ApcmfwProductCondition\\": "src/"
        }
    },
    "config": {
        "optimize-autoloader": true
    }
}