mirror of https://github.com/jkjoy/sunpeiwen.git
20 lines
663 B
JSON
20 lines
663 B
JSON
{ "name": "ssh2",
|
|
"version": "0.5.5",
|
|
"author": "Brian White <mscdex@mscdex.net>",
|
|
"description": "SSH2 client and server modules written in pure JavaScript for node.js",
|
|
"main": "./lib/client",
|
|
"engines": { "node": ">=0.10.0" },
|
|
"dependencies": {
|
|
"ssh2-streams": "~0.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"semver": "^5.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/test.js"
|
|
},
|
|
"keywords": [ "ssh", "ssh2", "sftp", "secure", "shell", "exec", "remote", "client" ],
|
|
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/ssh2/raw/master/LICENSE" } ],
|
|
"repository" : { "type": "git", "url": "http://github.com/mscdex/ssh2.git" }
|
|
}
|