nodemiral-forcetty
Version:
Server Automation for NodeJS over SSH
38 lines (37 loc) • 781 B
JSON
{
"name": "nodemiral-forcetty",
"version": "0.4.2",
"description": "Server Automation for NodeJS over SSH",
"main": "lib/nodemiral.js",
"dependencies": {
"ejs": "0.8.x",
"debug": "0.7.x",
"handlebars": "1.0.x",
"colors": "0.6.x",
"cli-spinner": "0.2.x"
},
"devDependencies": {
"mocha": "1.x"
},
"scripts": {
"test": "mocha"
},
"directories": {
"example": "examples",
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/hellstad/nodemiral-forcetty.git"
},
"keywords": [
"nodemiral",
"requiretty",
"centos",
"rhel"
],
"bugs": {
"url": "https://github.com/hellstad/nodemiral-forcetty/issues"
},
"homepage": "https://github.com/hellstad/nodemiral-forcetty"
}