forked from mhzed/wstunnel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "wstunnel",
"version": "1.2.2",
"description": "tunnel over websocket",
"main": "./lib/wst.js",
"scripts": {
"test": "nodeunit test/test.js",
"testssh": "nodeunit test/testssh.js",
"decaffeinate": "decaffeinate --keep-commonjs --prefer-const **/*.coffee"
},
"repository": "https://github.com/mhzed/wstunnel",
"author": {
"email": "[email protected]"
},
"homepage": "https://github.com/mhzed/wstunnel",
"keywords": [
"websocket",
"tunnel"
],
"license": "MIT",
"engines": {
"node": "*"
},
"dependencies": {
"lawg": "1.0.3",
"machine-uuid": "^1.2.0",
"node-uuid": "1.4.6",
"optimist": "0.3.5",
"phuture": "1.0.2",
"underscore": "1.12.1",
"websocket": "1.0.24"
},
"devDependencies": {
"source-map-support": "0.1.2"
},
"bin": {
"wstunnel": "./bin/wstt.js"
}
}