{
    "name": "helpscout/apps",
    "type": "library",
    "description": "Client library to assist with building dynamic apps that integrate with the Help Scout UI",
    "keywords": ["apps", "dynamic-app", "helpscout"],
    "homepage": "http://www.helpscout.net",
    "license": "MIT",
    "require": {
        "php": ">=5.3.2",
        "ext-curl": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    },
    "autoload": {
        "psr-0": { "HelpScoutApp\\": "src/" }
    }
}
