bauer-cluster
Version:
Just another cluster library.
36 lines (35 loc) • 737 B
JSON
{
"name": "bauer-cluster",
"version": "1.3.8",
"description": "Just another cluster library.",
"keywords": [
"multi-thread",
"multi-core",
"process",
"fork",
"multi-process",
"cluster"
],
"license": "MIT",
"homepage": "https://github.com/yneves/node-bauer-cluster",
"author": {
"name": "Yuri Neves Silveira",
"url": "http://yneves.com/",
"email": "yurinevessilveira@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/yneves/node-bauer-cluster.git"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"dependencies": {
"bauer-factory": "^2.0.4",
"node-uuid": "^1.4.7"
},
"main": "lib/index.js"
}