{
  "name": "hagame",
  "version": "1.0.3",
  "description": "A 3D Javascript HTML5 Game Engine",
  "main": "index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/henrywalters/HaGame3D.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/henrywalters/HaGame3D/issues"
  },
  "homepage": "https://github.com/henrywalters/HaGame3D#readme",
  "dependencies": {
    "gl-matrix": "^3.3.0",
    "readline": "^1.3.0",
    "typescript": "^3.8.2",
    "webgl-obj-loader": "^2.0.8"
  },
  "devDependencies": {
    "@types/gl-matrix": "^3.2.0",
    "@types/node": "^14.0.27",
    "ts-loader": "^6.2.1",
    "webpack": "^4.41.6",
    "webpack-cli": "^3.3.11"
  }
}
