{
    "name"       : "io",
    "displayName": "IO Utility",
    "description": "HTTP utility for making same-origin and cross-domain requests",
    "author"     : "ericf",

    "tags": ["utility"],
    "use" : ["io"],

    "examples" : [
        {
            "name"       : "get",
            "displayName": "HTTP GET to request data",
            "description": "Use IO to request data over HTTP.",
            "modules"    : ["io-base", "event"],
            "tags"       : ["utility", "http"],

            "hideTableOfContents": true
        },
        {
            "name"       : "weather",
            "displayName": "Request XML data from Yahoo! Weather",
            "description": "Use IO to request XML data from a remote web service.",
            "modules"    : ["io-xdr", "node"],
            "tags"       : ["utility", "xml", "http", "xdr"],

            "hideTableOfContents": true
        },
        {
            "name"       : "xdr",
            "displayName": "Request JSON using Yahoo! Pipes",
            "description": "Use IO to make a cross-domain request to Yahoo! Pipes, returning data from disparate sources.",
            "modules"    : ["io-xdr", "json-parse", "node"],
            "tags"       : ["utility", "pipes", "http", "xdr"],

            "hideTableOfContents": true
        }
    ]
}
