UNPKG
tasking-pm
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Tasking Process Manager is a module that helps with spreading a workload over different processes
tasking-pm
/
package.json
14 lines
(13 loc)
•
292 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"tasking-pm"
,
"version"
:
"1.0.3"
,
"description"
:
"Tasking Process Manager is a module that helps with spreading a workload over different processes"
,
"main"
:
"index.js"
,
"keywords"
:
[
"process"
,
"task"
,
"paralel"
]
,
"author"
:
"cezar"
,
"license"
:
"ISC"
}