{
    "name": "benthedesigner/dropbox",
    "type": "library",
    "description": "PHP 5.3 SDK for the Dropbox REST API",
    "keywords": ["Dropbox", "API"],
    "homepage": "https://github.com/BenTheDesigner/Dropbox",
    "license": "MIT",
    "authors": [
        {
            "name": "Ben Tadiar",
            "email": "ben@handcraftedbyben.co.uk",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=5.3.1"
    },
    "autoload": {
        "psr-0": {
            "Dropbox": ""
        }
    }
}