{
    "name": "downloadio/downloadio",
    "description": "Manage and Sell Digital Downloads",
    "type": "wordpress-plugin",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Downloadio",
            "email": "hi@wpdownloadio.com"
        }
    ],
    "require": {
        "ua-parser/uap-php": "^3.9"
    },
    "autoload": {
        "psr-4": {
            "Downloadio\\": "includes/"
        },
        "files": [
            "includes/functions.php",
            "includes/wc-functions.php",
            "includes/template-hooks.php",
            "includes/template-functions.php",
            "includes/ajax-functions.php",
            "includes/admin-ajax-functions.php"
        ]
    }
}
