{
    "name": "brightplugins/bright-brands-for-woocommerce",
    "description": "Bright Brands for WooCommerce provides seamless product brand management using the power of WooCommerce.",
    "type": "woocommerce-plugin",
    "require": {
        "wpackagist-plugin/redux-framework": "*"
    },
    "license": "GPLv3",
    "authors": [
        {
            "name": "Bright Plugins",
            "email": "support@brightplugins.com"
        }
    ],
    "autoload": {
        "files": [
            "includes/core.php"
        ],
        "psr-4": {
            "Bright_Brands_For_Woocommerce\\": "./src"
        }
    },
    "repositories": [
        {
            "type": "composer",
            "url": "https://wpackagist.org"
        }
    ],
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "extra": {
        "installer-paths": {
            "vendor/{$name}/": ["type:wordpress-plugin"]
        }
    }
}
