flowa
Version:
Service level control flow for Node.js
65 lines (64 loc) • 1.27 kB
JSON
{
"name": "flowa",
"version": "4.0.2",
"description": "Service level control flow for Node.js",
"main": "index.js",
"author": "Mohammad Fares <faressoft.com@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/faressoft/flowa.git"
},
"scripts": {
"test": "nyc --reporter=text mocha ./test",
"coverage": "nyc --reporter=html npm test && open coverage/index.html",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"keywords": [
"control",
"flow",
"async",
"promise",
"express",
"express.js",
"route",
"parallel",
"sync",
"serial",
"serial",
"waterfall",
"api",
"restful",
"task",
"runner",
"service",
"all",
"execute",
"run",
"context",
"server",
"http",
"request",
"step",
"jump",
"debug"
],
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"async": "^2.6.0",
"is_js": "^0.9.0",
"lodash": "^4.17.10"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.1",
"mocha": "^5.2.0",
"nyc": "^11.9.0",
"require-dir": "^1.0.0",
"sinon": "^6.1.0",
"ticks-tracer": "^1.3.0"
}
}