webssh2/package.json
billchurch 9a9cf5cdc0 Initial config file
Moved configuration variables from index.js to config.json using
read-config.
2016-05-20 10:39:58 -04:00

16 lines
355 B
JSON

{
"description": "A Websocket to SSH2 gateway using term.js, socket.io, ssh2, and express",
"private": true,
"repository": {},
"engines": {
"node": "0.12.7"
},
"dependencies": {
"basic-auth": "^1.0.3",
"express": "^4.13.4",
"read-config": "^1.6.0",
"socket.io": "^1.4.5",
"ssh2": "^0.5.0",
"term.js": "0.0.7"
}
}