{
    "name": "dmamontov/geohelper-api-client-php",
    "description": "PHP client for Geohelper API",
    "type": "library",
    "keywords": ["API", "Geohelper", "REST"],
    "homepage": "http://geohelper.info/",
    "version": "1.0.0",
    "license": "MIT",
    "authors": [
        {
            "name": "Dmitry Mamontov",
            "email": "
[email protected]"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*"
    },
    "support": {
        "email": "
[email protected]"
    },
    "autoload": {
        "psr-0": { "Geohelper\\": "lib/" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.0.0.x-dev"
        }
    },
    "config": {
        "bin-dir": "bin",
        "process-timeout": 600
    }
}