UNPKG

alinex-ssh

Version:

Remote execution and tunneling through ssh.

56 lines 1.26 kB
{ "name": "alinex-ssh", "version": "2.1.3", "description": "Remote execution and tunneling through ssh.", "copyright": "Alexander Schilling 2015-2016", "private": false, "keywords": [ "ssh", "exec", "tunnel", "forwarding", "socksv5", "proxy" ], "homepage": "http://alinex.github.io/node-ssh/", "repository": { "type": "git", "url": "https://github.com/alinex/node-ssh" }, "bugs": "https://github.com/alinex/node-ssh/issues", "author": { "name": "Alexander Schilling", "email": "info@alinex.de", "url": "http://alinex.de" }, "contributors": [], "license": "Apache-2.0", "main": "./lib/index.js", "scripts": { "prepublish": "node_modules/.bin/builder compile", "test": "node_modules/.bin/builder test -vvv" }, "directories": { "lib": "./lib" }, "dependencies": { "alinex-config": "^1.4.0", "alinex-util": "^2.5.1", "alinex-validator": "^2.1.2", "async": "^2.2.0", "chalk": "^1.1.3", "debug": "^2.6.3", "portfinder": "^1.0.13", "socksv5": "0.0.6", "ssh2": "^0.5.2" }, "devDependencies": { "alinex-builder": "^2.4.1", "chai": "^3.5.0" }, "optionalDependencies": {}, "engines": { "node": ">=0.10" }, "os": [] }