{
    "name":                 "avenue",
    "version":              "0.1.6",
    "description":

      "An async/await event queue.",

    "keywords":
    [
                            "queue", "es6", "async", "await"
    ],
    "author":               "Alan Gutierrez <alan@prettyrobots.com>",
    "homepage":             "https://github.com/bigeasy/avenue",
    "bugs":                 "https://github.com/bigeasy/avenue/issues",
    "license":              "MIT",
    "repository":
    {
                            "type": "git",
                            "url": "bigeasy/avenue"
    },
    "dependencies":
    {
    },
    "devDependencies":
    {
                            "staccato":                     "10.0.x"
    },
    "main":                 "avenue",
    "scripts":
    {
                            "test": "mocha"
    }
}
