joshuaferrara/node-csgo

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "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"
}