{
    "name": "dricub/driving-school-core",
    "description": "A plugin for Dricub Driving School WordPress Theme",
    "type": "wordpress-plugin",
    "license": "GPLv2",
    "authors": [
        {
            "name": "SmartDataSoft",
            "email": "arifur.rahman@smartdatasoft.com"
        }
    ],
    "minimum-stability": "dev",
    "require": {},
    "autoload": {
        "psr-4": {
            "DriCub\\Helper\\": "includes/"
        },
        "files": [ "includes/functions.php" ]
    }
}