mirror of
https://github.com/harish2704/node-job-manager.git
synced 2026-09-10 13:11:08 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"name": "job-manager",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "A task manager class wich runs tasks with given workers, running N tasks at a time, automatically load works, pause resume etc",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "mocha -R spec test/*.spec.js"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"job-manager",
|
||||||
|
"asynchronous",
|
||||||
|
"parallel"
|
||||||
|
],
|
||||||
|
"author": "Harish.K <harish2704@gmail.com>",
|
||||||
|
"license": "BSD-2-Clause"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user