mirror of
https://git.coolaj86.com/coolaj86/telebit-relay.js.git
synced 2025-02-22 00:58:05 +00:00
initial commit
This commit is contained in:
parent
0ebbec4bd5
commit
a4bd7e7775
27
package.json
Normal file
27
package.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "tunnel-server",
|
||||
"version": "1.0.0",
|
||||
"description": "A naive tcp tunnel server",
|
||||
"main": "serve.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Daplie/node-tunnel-server.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-server/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Daplie/node-tunnel-server#readme",
|
||||
"dependencies": {
|
||||
"jsonwebtoken": "^7.1.9",
|
||||
"sni": "^1.0.0"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user