-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 718 Bytes
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
{
"name": "control",
"version": "0.0.1",
"description": "Wargame server control =========================== A Python 3 script for Wargame server automation",
"main": "control.js",
"dependencies": {
"bit-buffer": "^0.2.3",
"bitwise": "^1.5.2",
"delay": "^2.0.0",
"docdash": "^1.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"jsdoc": "^3.5.5",
"net": "^1.0.2",
"node-bitarray": "^0.1.0",
"node-tcp-proxy": "0.0.8",
"socket.io": "~2.0.4",
"tail": "~1.2.3",
"udp-proxy": "^1.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "BSD"
}