telebit.js/package.json

30 lines
732 B
JSON
Raw Normal View History

2016-09-21 18:42:57 -06:00
{
"name": "tunnel-client",
"version": "1.0.0",
"description": "A naive tunnel client",
"main": "client.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Daplie/node-tunnel-client.git"
},
"keywords": [
"tcp",
"tunnel"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"bugs": {
"url": "https://github.com/Daplie/node-tunnel-client/issues"
},
"homepage": "https://github.com/Daplie/node-tunnel-client#readme",
"dependencies": {
"jsonwebtoken": "^7.1.9",
2016-09-22 16:18:35 -06:00
"sni": "^1.0.0",
2016-09-29 21:10:40 -04:00
"tunnel-packer": "^1.0.0",
"ws": "^1.1.1"
2016-09-21 18:42:57 -06:00
}
}