UNPKG

821 BJSONView Raw
1{
2 "name": "csgo",
3 "version": "1.5.2",
4 "dependencies": {
5 "protobufjs": "^5.0.1",
6 "deferred": "^0.7.5",
7 "bignumber.js": "^2.0.7",
8 "bytebuffer": ">=3.5.5"
9 },
10 "peerDependencies": {
11 "steam": ">=1.1.0 <2.0.0"
12 },
13 "engines": {
14 "node": ">0.12.9"
15 },
16 "description": "A node-steam plugin for CS:GO.",
17 "main": "index.js",
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/joshuaferrara/node-csgo.git"
21 },
22 "keywords": [
23 "steam",
24 "valve",
25 "csgo"
26 ],
27 "scripts" : {
28 "postinstall" : "node protoUpdate.js"
29 },
30 "author": {
31 "name": "Joshua Ferrara"
32 },
33 "license": "MIT",
34 "bugs": {
35 "url": "https://github.com/joshuaferrara/node-csgo/issues"
36 },
37 "homepage": "https://github.com/joshuaferrara/node-csgo"
38}