clusterjs
Version:
Clusterify your NodeJS applications and deploy without downtimes. Just like that.
36 lines (35 loc) • 784 B
JSON
{
"name": "clusterjs",
"version": "0.7.1",
"description": "Clusterify your NodeJS applications and deploy without downtimes. Just like that.",
"main": "cluster.js",
"bin": {
"clusterjs": "bin/cluster.js"
},
"repository": {
"type": "git",
"url": "git://github.com/namshi/clusterjs.git"
},
"keywords": [
"cluster.js",
"node",
"zdd",
"downtime",
"zero",
"downtime",
"deployment",
"zero",
"downtime",
"deployment"
],
"author": "odino <alessandro.nadalin@gmail.com>, unLucio <unlucio@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/namshi/clusterjs/issues"
},
"homepage": "https://github.com/namshi/clusterjs",
"dependencies": {
"lodash": "^3.6.0",
"yargs": "^1.2.6"
}
}