workforce
Version:
A cluster manager inspired by Learnboost's cluster.
38 lines (37 loc) • 797 B
JSON
{
"name": "workforce",
"description": "A cluster manager inspired by Learnboost's cluster.",
"version": "0.1.4",
"author": "Garrett Johnson <gjohnson@redventures.com>",
"license": "Apache, Version 2.0",
"keywords": [
"cluster",
"multiserver",
"server manager"
],
"repository": {
"type": "git",
"url": "https://github.com:redventures/workforce.git"
},
"bugs": {
"url": "https://github.com/redventures/workforce/issues"
},
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"configurable": "0.0.1",
"debug": "0.7.0",
"ms": "0.1.0"
},
"devDependencies": {
"should": "1.1.0",
"mocha": "1.3.2",
"superagent": "0.7.0",
"express": "3.0.0rc2"
},
"engines": {
"node": ">= 0.8.0"
}
}