This repository was archived by the owner on Nov 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.3 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "steam-ts",
"version": "1.3.4",
"description": "Allow for proper Steam integration for TeamSpeak.",
"main": "lib/launch.js",
"scripts": {
"start": "node lib/launch.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nikitavondel/steam-ts.git"
},
"keywords": [
"steam",
"teamspeak",
"ts",
"steambot",
"verification"
],
"author": "nikitavondel <nikitaab98@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nikitavondel/steam-ts/issues"
},
"homepage": "https://github.com/nikitavondel/steam-ts#readme",
"dependencies": {
"async": "2.0.0",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"crypto": "~0.0.3",
"debug": ">=2.6.9",
"ejs": ">=2.5.5",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-socket.io-session": "^1.3.5",
"mkdirp": "~0.5.1",
"morgan": "^1.9.1",
"node-teamspeak": "~1.0.10",
"path": "~0.12.7",
"readline": "~1.3.0",
"serve-favicon": "^2.5.0",
"session-file-store": "1.0.0",
"socket.io": "1.4.8",
"socket.io-express-session": "0.1.3",
"steam-totp": "~1.3.0",
"steam-user": "~3.11.0",
"steamid": "~1.1.0"
},
"files": [
"lib/",
"config.json",
"LICENSE",
"README.md",
"webserver/"
]
}