You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

26 lines
797 B

{
"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": "src/JobManager.js",
"scripts": {
"test": "mocha -R spec test/*.spec.js"
},
"keywords": [
"job-manager",
"asynchronous",
"parallel"
],
"author": {
"name": "Harish.K",
"email": "harish2704@gmail.com"
},
"license": "BSD-2-Clause",
"readme": "ERROR: No README data found!",
"_id": "job-manager@0.0.1",
"dist": {
"shasum": "06c8c7558143c473f748db83876de9d0a449c764"
},
"_resolved": "git+https://github.com/harish2704/node-job-manager#971f97e5f5985d58614fd3dbcca583dba250e964",
"_from": "git+https://github.com/harish2704/node-job-manager"
}