{
  "name": "sync-ws",
  "version": "0.9.15",
  "description": "Multiplayer Game Client for the Browser",
  "keywords": [
    "multiplayer",
    "mmo",
    "networking",
    "websockets"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/gamestdio/colyseus.js.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "scripts": {
    "start": "npm run build && node --harmony ./examples/server.js",
    "test": "mocha test/*.ts --require ts-node/register",
    "build": "webpack --env.production",
    "watch": "tsc -w",
    "prepublish": "tsc && npm run build",
    "tslint": "tslint --project .",
    "postinstall": "npm run -s donate",
    "donate": "echo \"\u001b[35m\u001b[1mLove Colyseus? Support its development by becoming a backer:\u001b[22m\u001b[39m\n > \u001b[34mhttps://www.patreon.com/endel\u001b[39m\""
  },
  "engines": {
    "node": ">= 5.x"
  },
  "dependencies": {
    "@gamestdio/clock": "^1.1.0",
    "@gamestdio/state-listener": "^3.0.0",
    "@gamestdio/websocket": "^0.2.8",
    "fossil-delta": "^1.0.0",
    "notepack.io": "^2.1.2",
    "reconnet-ws": "^1.0.3",
    "signals.js": "^1.0.0"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/fast-json-patch": "^1.0.4",
    "@types/fossil-delta": "^1.0.0",
    "@types/mocha": "^2.2.44",
    "@types/msgpack-lite": "^0.1.1",
    "benchmark": "^2.1.4",
    "chai": "^3.5.0",
    "mocha": "^3.1.0",
    "msgpack-lite": "^0.1.20",
    "nodemon": "^1.7.1",
    "ts-loader": "^2.3.7",
    "ts-node": "^3.3.0",
    "tslint": "^5.9.1",
    "typescript": "^2.8.1",
    "uglify-js": "^2.6.1",
    "watchify": "^3.6.1",
    "webpack": "^3.6.0"
  }
}
