{
  "name": "hexenginets",
  "version": "3.5.32",
  "description": " A game engine about hexagons",
  "engineStrict": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "typings": "definitions/index",
  "typescript": {
    "definition": "definitions/index"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FabricioK/hexenginets.git"
  },
  "scripts": {
    "test": "gulp test",
    "release": "standard-version"
  },
  "devDependencies": {
    "@angular/cli": "^1.4.9",
    "@types/jasmine": "^2.6.0",
    "@types/node": "~6.0.46",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-jasmine": "^2.4.2",
    "gulp-typedoc": "^2.1.1",
    "gulp-typescript": "^3.1.3",
    "jasmine": "^2.8.0",
    "merge2": "^1.0.2",
    "rimraf": "~2.5.4",
    "run-sequence": "^1.2.2",
    "standard-version": "^3.0.0",
    "tslint": "~3.15.1",
    "tslint-microsoft-contrib": "~2.0.13",
    "typedoc": "^0.9.0",
    "typescript": "^2.5.3"
  },
  "dependencies": {
    "@types/es6-shim": "^0.31.35",
    "@types/three": "^0.84.26",
    "three": "^0.87.1",
    "typescript-collections": "^1.2.5"
  }
}
