-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
45 lines (45 loc) · 987 Bytes
/
package.json
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
{
"name": "csgo",
"version": "1.5.15",
"dependencies": {
"bignumber.js": "^2.0.7",
"bytebuffer": ">=3.5.5",
"deferred": "^0.7.5",
"protobufjs": "^5.0.1",
"readline-sync": "^1.4.9",
"steam": "^1.4.0",
"steam-resources": "github:seishun/node-steam-resources"
},
"devDependencies": {
"mocha": "5.2.0",
"should": "^13.2.3"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha test/test.js"
},
"bundledDependencies": [
"steam-resources"
],
"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"
],
"author": {
"name": "Joshua Ferrara"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/joshuaferrara/node-csgo/issues"
},
"homepage": "https://github.com/joshuaferrara/node-csgo"
}