{
  "name": "rockit",
  "version": "1.0.0",
  "description": "Generic ECS game engine targeting Unreal.js/Browser/Node",
  "main": "gen/server/index.js",
  "dependencies": {
    "binary-loader": "0.0.1",
    "cannon": "^0.6.2",
    "deep-equal": "^1.0.1",
    "express": "^4.15.2",
    "flatbuffers": "^1.6.0",
    "gaze": "^1.1.2",
    "howler": "^2.0.3",
    "nodemon": "^1.11.0",
    "oimo": "^1.0.9",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "rtc-quickconnect": "^5.8.0",
    "tape": "^4.6.3",
    "three": "^0.85.2",
    "toml": "^2.3.2",
    "uuid": "^3.0.1",
    "winston": "^2.3.1",
    "ws": "^2.3.1"
  },
  "devDependencies": {
    "@types/cannon": "^0.1.0",
    "@types/chai": "^3.5.2",
    "@types/core-js": "^0.9.41",
    "@types/deep-equal": "^1.0.0",
    "@types/express": "^4.0.35",
    "@types/flatbuffers": "^1.6.3",
    "@types/glob": "^5.0.30",
    "@types/howler": "^2.0.2",
    "@types/mocha": "^2.2.41",
    "@types/node": "^7.0.13",
    "@types/react": "^15.0.24",
    "@types/react-dom": "^15.5.0",
    "@types/three": "^0.84.6",
    "@types/uuid": "^2.0.29",
    "@types/ws": "0.0.40",
    "awesome-typescript-loader": "^3.1.2",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "deep-equal": "^1.0.1",
    "glob": "^7.1.2",
    "mocha": "^3.4.1",
    "node-static": "^0.7.9",
    "source-map-loader": "^0.2.1",
    "ts-node": "^3.0.2",
    "tslint": "^5.1.0",
    "typescript": "^2.2.2",
    "webpack": "^2.4.1"
  },
  "scripts": {
    "watch": "node task webpackWatch compileWatch",
    "dev": "node task webpackWatch compileWatch server",
    "test": "tsc & mocha gen/**/*.test.js || true",
    "test-watch": "tsc & mocha --watch gen/**/*.test.js || true",
    "build": "tsc && webpack",
    "clean": "rm -rf ./gen"
  },
  "author": "SoulboundStudios",
  "license": "ISC",
  "optionalDependencies": {
    "bufferutil": "^3.0.0"
  }
}
