laps
Version:
Simple flow-control lib for Node.js: combine sync/async steps, organize your spaghetti-code
37 lines (36 loc) • 681 B
JSON
{
"name": "laps",
"description": "Simple flow-control lib for Node.js: combine sync/async steps, organize your spaghetti-code",
"version": "1.0.0",
"author": "MileAit <mileaitllc@gmail.com>",
"contributors": [
{
"name": "MileAit",
"email": "mileaitllc@gmail.com"
}
],
"keywords": [
"async",
"sync",
"await",
"promise",
"callback",
"parallel",
"chain",
"task",
"then",
"wait",
"step",
"stage",
"lap",
"phase",
"spaghetti",
"flow",
"thread"
],
"repository": "git://github.com/mileait/laps",
"engines": {
"node": ">= 0.10.0"
},
"license": "Unlicense"
}