{
    "name" : "xhr-write-stream",
    "version" : "0.1.2",
    "description" : "writable ordered stream of xhr requests",
    "main" : "index.js",
    "browserify" : "browser.js",
    "directories" : {
        "example" : "example",
        "test" : "test"
    },
    "dependencies" : {
        "ordered-emitter" : "~0.1.0",
        "concat-stream" : "~0.1.0"
    },
    "repository" : {
        "type" : "git",
        "url" : "git://github.com/substack/xhr-write-stream.git"
    },
    "homepage" : "https://github.com/substack/xhr-write-stream",
    "keywords" : [
        "xhr",
        "http",
        "browser",
        "ajax"
    ],
    "author" : {
        "name" : "James Halliday",
        "email" : "mail@substack.net",
        "url" : "http://substack.net"
    },
    "license" : "MIT"
}
