UNPKG

callback-hell

Version:

my abstraction for dealing with async functions that must run sequentially or can run in parallel

32 lines (31 loc) 686 B
{ "name": "callback-hell", "version": "1.1.13", "description": "my abstraction for dealing with async functions that must run sequentially or can run in parallel", "main": "hell.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/maambmb/callbackhell" }, "keywords": [ "callback", "hell", "abstraction" ], "author": "maambmb", "license": "MIT", "bugs": { "url": "https://github.com/maambmb/callbackhell/issues" }, "devDependencies": { "chai": "^3.0.0", "mocha": "^2.2.5", "rfr": "^1.2.2", "string": "^3.3.0", "underscore": "^1.8.3", "util": "^0.10.3" } }