{
  "name": "steamrep",
  "version": "1.0.1",
  "description": "SteamRep API Wrapper for node.js",
  "main": "index.js",
  "author": {
    "name": "Michael Scholtz",
    "email": "michael.scholtz@outlook.com"
  },
  "license": "MIT",
  "keywords": [
    "steam",
    "steamid",
    "steamrep",
    "reputation"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/scholtzm/node-steamrep.git"
  },
  "scripts": {
    "lint": "eslint .",
    "lintfix": "eslint . --fix",
    "test": "mocha"
  },
  "dependencies": {
    "request": "^2.74.0",
    "steamid": "^1.1.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "eslint": "^3.3.1",
    "mocha": "^3.0.2",
    "nock": "^8.0.0"
  }
}
