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
34 lines (34 loc) · 703 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 703 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
{
"name": "csgo",
"version": "0.1.7",
"dependencies": {
"protobufjs": "*",
"deferred": "*",
"bignumber.js": "^2.0.7",
"bytebuffer": ">=3.5.5"
},
"peerDependencies": {
"steam": "1.1.0"
},
"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"
],
"author": {
"name": "Joshua Ferrara"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuaferrara/node-csgo/issues"
},
"homepage": "https://github.com/joshuaferrara/node-csgo",
"_id": "csgo@0.1.7",
"_from": "csgo@"
}