{
    "name": "wpplugins/checkout-manager",
    "description": "Checkout Manager",
    "type": "wordpress-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "Al Imran Akash",
            "email": "alimranakash.bd@gmail.com"
        }
    ],
    "require": {
        "freemius/wordpress-sdk": "^2.13"
    },
    "autoload": {
        "psr-4": {
            "WPPlugines\\Checkout_Manager\\" : "src/",
            "WPPlugines\\Checkout_Manager\\App\\" : "app/"
        },
        "files": [ "inc/functions.php" ]
    }
}
