UNPKG

stevejobs

Version:

Simplistic in-memory job/worker manager with rate limiting and custom worker counts

42 lines (41 loc) 854 B
{ "name": "stevejobs", "version": "0.0.16", "description": "Simplistic in-memory job/worker manager with rate limiting and custom worker counts", "main": "stevejobs.js", "homepage": "https://github.com/arnorhs/stevejobs", "directories": { "test": "test" }, "scripts": { "test": "mocha test/" }, "repository": { "type": "git", "url": "git://github.com/arnorhs/stevejobs.git" }, "keywords": [ "job", "jobs", "runner", "runners", "queue", "queues", "task", "worker", "workers", "local", "in-memory" ], "dependencies": { "xtend": "2.x" }, "devDependencies": { "mocha": "1.9.x" }, "author": "Arnor Heidar Sigurdsson <arnorhs@gmail.com> (http://arnorhs.com/)", "license": "MIT", "bugs": { "url": "https://github.com/arnorhs/stevejobs/issues" } }