{
    "name": "iron-io/iron_core",
    "type": "library",
    "description": "Collection of common functions for all iron.io client libraries",
    "keywords": [
        "iron_core",
        "iron"
    ],
    "homepage": "http://github.com/iron-io/iron_core_php",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander S",
            "email": "alexander@iron.io",
            "homepage": "http://iron.io",
            "role": "Developer"
        },
        {
            "name": "Iron.io",
            "email": "support@iron.io",
            "homepage": "http://iron.io",
            "role": "Developer"
        },
        {
            "name": "Tino Ehrich",
            "email": "tino@bigpun.me"
        }
    ],
    "require": {
        "php": ">=5.2.0"
    },
    "autoload": {
        "psr-4": {
            "IronCore\\": "src/"
        }
    }
}
