UNPKG

911 BJSONView Raw
1{
2 "name" : "worker-farm"
3 , "description" : "Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options."
4 , "version" : "0.2.0"
5 , "homepage" : "https://github.com/rvagg/node-worker-farm"
6 , "authors" : [
7 "Rod Vagg @rvagg <rod@vagg.org> (https://github.com/rvagg)"
8 ]
9 , "keywords" : ["worker", "child", "processing", "farm" ]
10 , "main" : "./lib/index.js"
11 , "repository" : {
12 "type" : "git"
13 , "url" : "https://github.com/rvagg/node-worker-farm.git"
14 }
15 , "dependencies" : {
16 "xtend" : "~2.0.6"
17 , "errno" : "~0.1.0"
18 }
19 , "devDependencies" : {
20 "tape" : "*"
21 }
22 , "scripts": {
23 "test" : "node ./tests/"
24 }
25 , "license" : "MIT"
26}
\No newline at end of file