directly
Version:
Like Promise.all, only less so
32 lines (31 loc) • 635 B
JSON
{
"name": "directly",
"version": "2.0.6",
"description": "Like Promise.all, only less so",
"main": "directly.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/wheresrhys/directly.git"
},
"keywords": [
"promise",
"es6",
"promise.all",
"throttle",
"rate-limiting"
],
"author": "Rhys Evans",
"license": "MIT",
"bugs": {
"url": "https://github.com/wheresrhys/directly/issues"
},
"homepage": "https://github.com/wheresrhys/directly",
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.0.1"
},
"dependencies": {}
}