{
    "name": "amwhalen/noaa",
    "description": "Client library for NOAA's forecast and current weather services",
    "keywords": ["weather", "noaa"],
    "homepage": "https://github.com/amwhalen/noaa",
    "type": "library",
    "license": "MIT",
    "authors": [
        {
            "name": "Andrew Whalen",
            "email": "github@amwhalen.com",
            "homepage": "http://amwhalen.com"
        }
    ],
    "require": {
        "php": ">=5.3.0",
        "ext-curl": "*",
        "ext-SimpleXML": "*"
    },
    "autoload": {
        "psr-4": {"noaa\\": "noaa/"}
    }
}