forked from joshuaferrara/node-csgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 747 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 747 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
34
35
36
{
"name": "csgo",
"version": "1.5.7",
"dependencies": {
"protobufjs": "^5.0.1",
"deferred": "^0.7.5",
"bignumber.js": "^2.0.7",
"bytebuffer": ">=3.5.5",
"steam": "^1.4.0"
},
"engines": {
"node": ">0.12.9"
},
"description": "A node-steam plugin for CS:GO.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/joshuaferrara/node-csgo.git"
},
"keywords": [
"steam",
"valve",
"csgo"
],
"scripts" : {
"postinstall" : "node protoUpdate.js"
},
"author": {
"name": "Joshua Ferrara"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuaferrara/node-csgo/issues"
},
"homepage": "https://github.com/joshuaferrara/node-csgo"
}