reactor
Version:
A work queue that pivots events to error-first callbacks.
51 lines (48 loc) • 2.07 kB
JSON
{
"name": "reactor",
"version": "13.0.4",
"description":
"A work queue that pivots events to error-first callbacks.",
"keywords":
[
"cadence", "queue", "asynchronous", "graph", "make",
"rake", "javascript"
],
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"homepage": "http://bigeasy.github.com/reactor",
"bugs": "https://github.com/bigeasy/reactor/issues",
"license": "MIT",
"repository":
{
"type": "git",
"url": "bigeasy/reactor"
},
"dependencies":
{
"body-parser": "1.18.3",
"cadence": "3.0.x",
"connect": "3.6.6",
"delta": "3.0.x",
"dispatch": "1.0.2",
"express-auth-parser": "0.1.2",
"extant": "1.0.x",
"interrupt": "7.0.x",
"magazine": "5.0.x",
"content-type": "1.0.4",
"nop": "1.0.x",
"operation": "5.0.x",
"rescue": "5.0.x",
"turnstile": "5.0.x"
},
"devDependencies":
{
"destructible": "2.0.x",
"proof": "7.0.x",
"vizsla": "13.0.x"
},
"main": "reactor",
"scripts":
{
"test": "proof test test/*.t.js"
}
}