csgo-gsi-model
Version:
A CSGO Game State Integration (GSI) module with custom functions to use with game data
26 lines (25 loc) • 587 B
JSON
{
"name": "csgo-gsi-model",
"version": "0.5.2",
"description": "A CSGO Game State Integration (GSI) module with custom functions to use with game data",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"csgo",
"gsi",
"game-state-integration",
"csgo-gsi",
"steam"
],
"dependencies": {
"request": "^2.70.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matias49/csgo-model-gsi.git"
},
"author": "Matias49",
"license": "MIT"
}