{
    "name": "brightplugins/bright-deposits-for-woocommerce",
    "description": "Enable customers to pay for products using a deposit or a partial payment.",
    "type": "woocommerce-plugin",
    "license": "GPLv3",
    "authors": [
        {
            "name": "Bright Plugins",
            "email": "support@brightplugins.com"
        }
    ],
    "require": {
        "wpackagist-plugin/redux-framework": "*"
    },
    "autoload": {
        "psr-4": {
            "Bright_Deposits_For_WooCommerce\\": "src/"
        }
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://wpackagist.org"
        }
    ],
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "extra": {
        "installer-paths": {
            "vendor/{$name}/": ["type:wordpress-plugin"]
        }
    }
}