UNPKG

async-for-each

Version:
34 lines (33 loc) 828 B
{ "name": "async-for-each", "version": "1.0.1", "description": "Asynchronous array iteration", "main": "index.js", "scripts": { "docs": "jsdoc2md index.js > docs.md && markdown-include markdown.json", "test": "mocha --recursive ./test" }, "repository": { "type": "git", "url": "git+https://github.com/jdormit/async-for-each.git" }, "keywords": [ "async", "foreach", "iterator", "loop", "asynchronous" ], "author": "Jeremy Dormitzer <jeremy.dormitzer@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/jdormit/async-for-each/issues" }, "homepage": "https://github.com/jdormit/async-for-each#readme", "devDependencies": { "chai": "^3.5.0", "jsdoc-to-markdown": "^2.0.1", "markdown-include": "^0.4.3", "mocha": "^3.2.0" } }