UNPKG

ssh2-classic

Version:

SSH2 client and server modules written in pure JavaScript for node.js

16 lines (15 loc) 624 B
{ "name": "ssh2-classic", "version": "0.8.10", "description": "SSH2 client and server modules written in pure JavaScript for node.js", "main": "./lib/client", "engines": { "node": ">=5.2.0" }, "dependencies": { "ssh2-streams": "~0.4.10" }, "scripts": { "test": "node test/test.js" }, "keywords": [ "ssh2-classic", "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ], "licenses": [ { "type": "MIT", "url": "https://github.com/apHarmony/ssh2-classic/raw/master/LICENSE" } ], "repository" : { "type": "git", "url": "https://github.com/apHarmony/ssh2-classic" } }