mirror of
https://github.com/harish2704/node-job-manager.git
synced 2026-09-10 13:11:08 +00:00
update package.json
This commit is contained in:
+8
-3
@@ -1,11 +1,15 @@
|
|||||||
{
|
{
|
||||||
"name": "job-manager",
|
"name": "job-manager",
|
||||||
"version": "0.0.2",
|
"version": "0.0.3",
|
||||||
"description": "A task manager class wich runs tasks with given workers, running N tasks at a time, automatically load works, pause resume etc",
|
"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",
|
"main": "src/JobManager.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha -R spec test/*.spec.js"
|
"test": "mocha -R spec test/*.spec.js"
|
||||||
},
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/harish2704/node-job-manager"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"job-manager",
|
"job-manager",
|
||||||
"asynchronous",
|
"asynchronous",
|
||||||
@@ -16,6 +20,7 @@
|
|||||||
"email": "harish2704@gmail.com"
|
"email": "harish2704@gmail.com"
|
||||||
},
|
},
|
||||||
"license": "BSD-2-Clause",
|
"license": "BSD-2-Clause",
|
||||||
"_id": "job-manager@0.0.1",
|
"bugs": {
|
||||||
"_from": "git+https://github.com/harish2704/node-job-manager"
|
"url": "https://github.com/harish2704/node-job-manager/issues"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user