tug
Version:
tug at the heart of your deployment process
32 lines (31 loc) • 669 B
JSON
{
"name": "tug",
"version": "0.1.8",
"description": "tug at the heart of your deployment process",
"repository": {
"type": "git",
"url": "http://github.com/spro/tug.git"
},
"author": {
"name": "Sean Robertson",
"url": "http://sprobertson.com/"
},
"keywords": [
"deployment",
"automation",
"prontotype"
],
"bin": {
"tug": "./index.js"
},
"scripts": {
"build": "make"
},
"dependencies": {
"async": "0.2.x",
"minimist": "0.0.x",
"levenshtein": "1.0.x",
"ssh2": "0.2.x",
"sshconf-stream": "0.1.2"
}
}