stak
Version:
19 lines (18 loc) • 423 B
JSON
{
"name": "stak",
"version": "0.1.2",
"descriptions": "A flow control stack",
"keywords": ["stack", "middleware", "flowcontrol", "flow", "control", "arch"],
"author": "Jake Verbaten <raynos2@gmail.com>",
"main": "lib/stack",
"repository": "git://github.com/Raynos/stak.git",
"devDependencies": {
"mocha": "0.10.2"
},
"scripts": {
"test": "make test"
},
"engines": {
"node": "0.6.x"
}
}