UNPKG

promise-pool

Version:

just another simple task pool based on promise (Q).

29 lines (28 loc) 636 B
{ "name": "promise-pool", "version": "0.1.9", "description": "just another simple task pool based on promise (Q).", "main": "promise-pool.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/vilic/promise-pool.git" }, "keywords": [ "task", "pool", "promise", "concurrency" ], "author": "VILIC VANE", "license": "MIT", "bugs": { "url": "https://github.com/vilic/promise-pool/issues" }, "homepage": "https://github.com/vilic/promise-pool", "peerDependencies": { "q-retry": ">= 0.1.5" } }