{
    "name"       : "toin0u/digitalocean",
    "type"       : "library",
    "description": "DigitalOcean API PHP 5.3+ library",
    "keywords"   : ["DigitalOcean", "API", "Cloud Hosting", "SSD", "VPS"],
    "homepage"   : "https://github.com/toin0u/DigitalOcean",
    "license"    : "MIT",

    "authors": [
        {
            "name"    : "Antoine Corcy",
            "email"   : "contact@sbin.dk",
            "homepage": "http://sbin.dk",
            "role"    : "Developer"
        }
    ],

    "support": {
        "issues": "https://github.com/toin0u/DigitalOcean/issues",
        "source": "https://github.com/toin0u/DigitalOcean"
    },

    "require": {
        "php"                : ">=5.3.0",
        "symfony/console"    : "~2.3",
        "symfony/yaml"       : "~2.3",
        "toin0u/http-adapter": "~1.0"
    },

    "require-dev": {
        "satooshi/php-coveralls": "~0.6"
    },

    "autoload": {
        "psr-0": { "DigitalOcean": "src/" }
    },

    "bin": ["digitalocean"],

    "extra": {
        "branch-alias": {
            "dev-master": "1.4-dev"
        }
    }
}