{
    "name": "dmamontov/benchmark-tools",
    "description": "Server benchmark for all that is possible.",
    "type": "project",
    "keywords": ["Benchmark", "Server"],
    "version": "1.0.3",
    "license": "BSD-3-Clause",
    "homepage": "http://www.slobel.ru/",
    "authors": [
        {
            "name": "Dmitry Mamontov",
            "email": "
[email protected]",
            "role": "lead"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "support": {
        "email": "
[email protected]"
    },
    "autoload": {
        "psr-0" : {
            "DmitryMamontov\\" : "lib/"
        }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.0.x-dev"
        }
    }
}