{
    "name": "geoip/geoip",
    "description": "MaxMind GeoIP PHP API",
    "keywords": [ "geoip", "geolocation", "maxmind" ],
    "homepage": "http://dev.maxmind.com/geoip/legacy/downloadable",
    "type": "library",
    "license": "LGPL 2.1+",
    "authors": [
        {
            "name": "MaxMind, Inc.",
            "email": "support@maxmind.com",
            "homepage": "http://www.maxmind.com/"
        }
    ],
    "autoload": {
        "files": ["geoip.inc", "geoipcity.inc"]
    },
    "conflict": {
        "ext-geoip": "*"
    }
}
