foreachasync.js/package.json

39 lines
934 B
JSON
Raw Permalink Normal View History

2013-08-06 19:20:03 +00:00
{
2014-01-22 19:46:54 +00:00
"name": "foreachasync",
2019-04-05 18:53:27 +00:00
"version": "5.1.3",
2015-01-03 01:08:02 +00:00
"description": "A node- and browser-ready async (now with promises) counterpart of Array.prototype.forEach",
2018-03-28 05:41:41 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/foreachasync.js",
"main": "foreachasync.js",
2019-04-05 18:53:27 +00:00
"files": [],
2013-08-06 19:20:03 +00:00
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
2019-04-05 18:53:27 +00:00
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js.git"
2013-08-06 19:20:03 +00:00
},
"keywords": [
2014-01-13 23:07:10 +00:00
"futuresjs",
2013-08-06 19:20:03 +00:00
"forEach",
"for",
"forEachAsync",
"async",
"futures",
2015-01-03 01:08:02 +00:00
"promise",
"promises",
2013-08-06 19:20:03 +00:00
"each"
],
2019-04-05 18:53:27 +00:00
"trulyOptionalDependencies": {
2018-03-28 05:41:41 +00:00
"bluebird": "^3.5.1"
2015-01-03 01:08:02 +00:00
},
2018-03-28 05:41:41 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
2019-04-05 18:53:27 +00:00
"license": "(MIT OR Apache-2.0)",
2013-08-06 19:20:03 +00:00
"bugs": {
2018-03-28 05:41:41 +00:00
"url": "https://git.coolaj86.com/coolaj86/foreachasync.js/issues"
2015-01-03 01:08:02 +00:00
},
2018-03-28 05:41:41 +00:00
"dependencies": {}
2013-08-06 19:20:03 +00:00
}