39 lines
934 B
JSON
39 lines
934 B
JSON
{
|
|
"name": "foreachasync",
|
|
"version": "5.1.3",
|
|
"description": "A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach",
|
|
"homepage": "https://git.coolaj86.com/coolaj86/foreachasync.js",
|
|
"main": "foreachasync.js",
|
|
"files": [],
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js.git"
|
|
},
|
|
"keywords": [
|
|
"futuresjs",
|
|
"forEach",
|
|
"for",
|
|
"forEachAsync",
|
|
"async",
|
|
"futures",
|
|
"promise",
|
|
"promises",
|
|
"each"
|
|
],
|
|
"trulyOptionalDependencies": {
|
|
"bluebird": "^3.5.1"
|
|
},
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js/issues"
|
|
},
|
|
"dependencies": {}
|
|
}
|