shync
Version:
Simple parallel server cluster management tool using ssh and scp
19 lines (18 loc) • 487 B
JSON
{
"name": "shync",
"version": "0.4.0",
"description": "Simple parallel server cluster management tool using ssh and scp",
"keywords": ["parallel", "cluster", "server", "ssh", "scp"],
"repository": {
"type": "git",
"url": "http://github.com/davemckenna01/shync.git"
},
"author": "Dave McKenna <davemckenna01@gmail.com>",
"devDependencies": {
"chai": "*",
"sinon": "*",
"mocha": "*"
},
"main": "./lib/shync.js",
"engines": { "node": ">=0.4.0" }
}