UNPKG

610 BJSONView Raw
1{ "name": "ssh2",
2 "version": "0.7.1",
3 "author": "Brian White <mscdex@mscdex.net>",
4 "description": "SSH2 client and server modules written in pure JavaScript for node.js",
5 "main": "./lib/client",
6 "engines": { "node": ">=5.2.0" },
7 "dependencies": {
8 "ssh2-streams": "~0.3.1"
9 },
10 "scripts": {
11 "test": "node test/test.js"
12 },
13 "keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ],
14 "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE" } ],
15 "repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2.git" }
16}