shh
Version:
Quiet the ssh client.
38 lines (37 loc) • 807 B
JSON
{
"name": "shh",
"version": "0.3.3",
"description": "Quiet the ssh client.",
"keywords": [
"client",
"ssh",
"ssh-client",
"sshclient"
],
"main": "./lib",
"scripts": {
"test": "./node_modules/coffee-script/bin/cake test"
},
"repository": {
"type": "git",
"url": "https://github.com/zeekay/shh"
},
"homepage": "http://github.com/zeekay/shh",
"author": "Zach Kelling <zk@monoid.io> (http://whatit.is)",
"bugs": {
"url": "http://github.com/zeekay/shh/issues"
},
"license": "BSD",
"readmeFilename": "README.md",
"dependencies": {
"ssh2": "~0.2.5"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"executive": "~0.2.0",
"chai": "~1.6.0",
"mocha": "~1.9.0",
"sinon": "~1.6.0",
"source-map-support": "~0.1.4"
}
}