Last active
July 17, 2017 20:30
-
-
Save 64lines/b5815292a87a98b2c5f26b07adbbb2e8 to your computer and use it in GitHub Desktop.
[NODE][SSH] - Connection Helper package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "connection-helper", | |
| "version": "0.0.1", | |
| "description": "Execute shell commands on one or more remote computers via SSH", | |
| "license": "MIT", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "ssh2": "0.5.5" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment