async.reduce
Version:
async reducemethod as module.
21 lines (20 loc) • 397 B
JSON
{
"name": "async.reduce",
"description": "async reducemethod as module.",
"main": "./index.js",
"repository": {
"type": "git",
"url": "https://github.com/caolan/async.git"
},
"author": "Caolan McMahon",
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"async.eachofseries": "0.5.2"
},
"keywords": [
"async",
"async-modularized",
"reduce"
]
}