UNPKG

651 BJSONView Raw
1{
2 "author": "\"Cowboy\" Ben Alman (http://benalman.com/)",
3 "name": "async-foreach",
4 "description": "An optionally-asynchronous forEach with an interesting interface.",
5 "version": "0.1.3",
6 "homepage": "http://github.com/cowboy/javascript-sync-async-foreach",
7 "bugs": "https://github.com/cowboy/javascript-sync-async-foreach/issues",
8 "repository": {
9 "type": "git",
10 "url": "git://github.com/cowboy/javascript-sync-async-foreach.git"
11 },
12 "main": "lib/foreach",
13 "engines": {
14 "node": "*"
15 },
16 "keywords": [
17 "array",
18 "loop",
19 "sync",
20 "async",
21 "foreach"
22 ],
23 "dependencies": {},
24 "devDependencies": {}
25}