UNPKG

661 BJSONView Raw
1{ "name": "ssh2",
2 "version": "0.6.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": ">=4.5.0" },
7 "dependencies": {
8 "ssh2-streams": "~0.2.0"
9 },
10 "devDependencies": {
11 "semver": "^5.1.0"
12 },
13 "scripts": {
14 "test": "node test/test.js"
15 },
16 "keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ],
17 "licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE" } ],
18 "repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2.git" }
19}