{
    "name": "wp-forge/wp-options",
    "description": "A WordPress helper class for managing plugin options.",
    "license": "GPL-2.0-or-later",
    "authors": [
        {
            "name": "Micah Wood",
            "email": "micah@wpscholar.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "WP_Forge\\Options\\": "includes"
        }
    }
}
