{
  "name": "hytale-api-sdk",
  "version": "1.0.3",
  "description": "Hytale API SDK",
  "license": "MIT",
  "main": "src/index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --recursive"
  },
  "browser": {
    "fs": false
  },
  "dependencies": {
    "superagent": "3.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mTxServ/hytale-api-sdk-js.git"
  },
  "homepage": "https://hytale.game",
  "devDependencies": {
    "mocha": "~2.3.4",
    "sinon": "1.17.3",
    "expect.js": "~0.3.1"
  }
}
