{
    "name": "phpwhois/idna-convert",
    "description": "idna-convert library based on http://idnaconv.phlymail.de/",
    "keywords": ["PHP","IDN","IDNA"],
    "homepage": "http://idnaconv.phlymail.de/",
    "type": "library",
    "license": "LGPL-2.1",
    "authors": [
        {
            "name": "Matthias Sommerfeld",
            "email": "phlymail@phlylabs.de",
            "role": "Developer"
        },
        {
            "name": "Dmitry Lukashin",
            "email": "dmitry@lukashin.ru",
            "role": "Maintainer"
        }
    ],
    "autoload": {
        "files": [
            "idna_convert.class.php"
        ]
    },
    "extra": {
        "branch-alias": {
            "dev-master": "0.9.x-dev"
        }
    }
}