{
    "name" : "response-stream",
    "version" : "0.0.0",
    "description" : "pass http server response methods through to the next destination pipe",
    "main" : "index.js",
    "directories" : {
        "example" : "example",
        "test" : "test"
    },
    "devDependencies" : {
        "tap" : "~0.3.0",
        "event-stream" : "~3.0.2",
        "filed" : "git://github.com/substack/filed.git#return_dest"
    },
    "scripts" : {
        "test" : "tap test/*.js"
    },
    "repository" : {
        "type" : "git",
        "url" : "git://github.com/substack/response-stream.git"
    },
    "homepage" : "https://github.com/substack/response-stream",
    "keywords" : [
        "http",
        "response",
        "res",
        "pipe",
        "stream",
        "server"
    ],
    "author" : {
        "name" : "James Halliday",
        "email" : "mail@substack.net",
        "url" : "http://substack.net"
    },
    "license" : "MIT"
}
