congregate
Version:
Node.js cluster on top of Flatiron CLI & Native cluster. Built with love!
36 lines (35 loc) • 765 B
JSON
{
"name": "congregate",
"description": "Node.js cluster on top of Flatiron CLI & Native cluster. Built with love!",
"version": "1.0.0",
"dependencies": {
"argvee": "~0.1.1",
"async": "~0.9.0",
"cli-table": "^0.3.1",
"colors": "^1.0.3",
"flatiron": "0.3.11",
"ps-node": "0.0.4"
},
"devDependencies": {
"cli-easy": "0.1.0",
"vows": "0.6.1"
},
"scripts": {
"test": "vows --spec",
"start": "node app.js"
},
"bin": {
"congregate": "bin/congregate.js"
},
"keywords": [
"congregate",
"node",
"zdd",
"downtime",
"deployment",
"cluster"
],
"main": "app.js",
"author": "Hamza Waqas <hamzawaqas.programmer@gmail.com>",
"homepage": "https://github.com/ArkeologeN/congregate"
}