webssh2/package.json
billchurch c5f3dd9ce5 Updated package.json
Had references to BIG-IP which were not valid, this package does not
require BIG-IP
2016-05-20 08:48:14 -04:00

15 lines
326 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",
"socket.io": "^1.4.5",
"ssh2": "^0.5.0",
"term.js": "0.0.7"
}
}