{
    "name":                 "staccato",
    "version":              "12.0.11",
    "description":

      "Write to a Node.js stream using the error-first callback style.",

    "keywords":
    [
                            "cadence", "streams", "callbacks", "control",
                            "flow"
    ],
    "author":               "Alan Gutierrez <alan@prettyrobots.com>",
    "homepage":             "https://github.com/bigeasy/staccato",
    "bugs":                 "https://github.com/bigeasy/staccato/issues",
    "license":              "MIT",
    "repository":
    {
                            "type": "git",
                            "url": "bigeasy/staccato"
    },
    "dependencies":
    {
                            "comeuppance":                  "0.0.1",
                            "eject":                        "0.2.3",
                            "interrupt":                    "11.0.0-alpha.17",
                            "perhaps":                      "0.0.6"
    },
    "devDependencies":
    {
                            "proof":                        "^9.0.1"
    },
    "main":                 "staccato",
    "scripts":
    {
                            "test": "proof test/*.t.js"
    }
}
