async.eachseries
Version:
async eachseriesmethod as module.
22 lines (21 loc) • 449 B
JSON
{
"name": "async.eachseries",
"description": "async eachseriesmethod 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",
"async.util.withoutindex": "0.5.2"
},
"keywords": [
"async",
"async-modularized",
"eachseries"
]
}