forked from DoctorMcKay/node-globaloffensive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 794 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 794 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
29
30
31
32
33
{
"name": "globaloffensive",
"version": "1.3.2",
"description": "Exposes a simple API for interacting with the Counter-Strike: Global Offensive game coordinator",
"keywords": [
"csgo",
"cs:go",
"cs",
"counter strike",
"counter-strike",
"counter strike global offensive",
"counter-strike global offensive",
"global offensive",
"valve",
"steam"
],
"homepage": "https://github.com/DoctorMcKay/node-globaloffensive",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-globaloffensive/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DoctorMcKay/node-globaloffensive.git"
},
"dependencies": {
"bytebuffer": "^5.0.1",
"protobufjs": "^5.0.2",
"steam": "^1.4.0",
"steam-user": "^3.23.2",
"steamid": "^1.1.0"
}
}