enqueue
Version:
queue up function calls
23 lines (22 loc) • 542 B
JSON
{
"name": "better-batch",
"version": "0.0.1",
"description": "visionmedia/batch, but with support for sync and generator functions, along with arguments",
"keywords": [],
"author": "Matthew Mueller <mattmuelle@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/MatthewMueller/better-batch.git"
},
"dependencies": {
"enqueue": "0.0.3",
"once": "^1.3.0",
"wrap-fn": "0.0.2"
},
"devDependencies": {
"gnode": "0.0.8",
"mocha": "*",
"should": "^4.0.4"
},
"main": "index"
}