{
    "name": "fooplugins/fooconvert",
    "description": "Turning clicks into conversions, visitors into customers – the ultimate catalyst for online success!",
    "type": "wordpress-plugin",
    "autoload"    : {
        "psr-4" : {
            "FooPlugins\\FooConvert\\" : "includes/",
            "FooPlugins\\FooConvert\\Pro\\" : "pro/includes/"
        }
    },
    "extra": {
        "installer-paths": {
            "vendor/{$name}/": ["type:wordpress-plugin"]
        }
    },
    "license": "GPL-3.0-only",
    "authors": [
        {
            "name": "Brad Vincent"
        },
        {
            "name": "Steve Usher"
        }
    ],
    "config": {
        "allow-plugins": {
            "composer/installers": true
        }
    },
    "require": {
        "composer/installers": "v1.12.0",
        "freemius/wordpress-sdk": "2.12.1"
    }
}
