{
    "name": "brand-carousel/brand-carousel",
    "type": "project",
    "description": "A responsive brand carousel and image slider plugin for WordPress. Allows unlimited slides and easy customization.",
    "license": "GPL-2.0-or-later",
    "autoload": {
        "files": [
            "inc/helpers.php"
        ],
        "psr-4": {
            "ResponsiveBrandCarousel\\": "Classes/"
        }
    },
    "require": {
        "htmlburger/carbon-fields-plugin": "^3.3"
    },
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    }
}