{
    "name": "haozi-team/wp-ipua",
    "description": "WordPress IP and User-Agent show plugin.",
    "type": "project",
    "require": {
        "haozi-team/wp-setting-api": "^1.0"
    },
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "HaoZiTeam\\IPUA\\": "./"
        },
        "files": [
            "helper.php"
        ]
    },
    "authors": [
        {
            "name": "耗子",
            "email": "i@haozi.net"
        }
    ],
    "config": {
        "optimize-autoloader": true
    }
}
