{
    "name": "emarref/namer",
    "description": "A simple library for determining whether or not a given name is available for use, and generating a new name based on a strategy if it is not.",
    "keywords": ["namer", "naming"],
    "homepage": "https://github.com/emarref/namer",
    "license": "MIT",
    "authors": [
        {
            "name": "Malcolm Fell",
            "email": "emarref@gmail.com",
            "homepage": "http://emarref.net"
        }
    ],
    "require-dev": {
        "phpunit/phpunit": "~3.7",
        "knplabs/gaufrette": "0.1.*"
    },
    "suggest": {
        "knplabs/gaufrette": "If you want to use the GaufretteDetector"
    },
    "autoload": {
        "psr-0": {
            "Emarref\\Namer": "lib"
        }
    }
}
