{
  "name": "gamex",
  "version": "0.5.4",
  "description": "A 3D WebGL-based game engine",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/levilindsey/gamex"
  },
  "author": {
    "name": "Levi Lindsey",
    "email": "levi@levi.codes",
    "url": "https://github.com/levilindsey"
  },
  "bugs": {
    "url": "http://github.com/levilindsey/gamex/issues"
  },
  "dependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babelify": "^8.0.0",
    "browserify": "^16.2.2",
    "dat.gui": "^0.7.2",
    "del": "^3.0.0",
    "gl-matrix": "^2.7.0",
    "glob": "^7.1.2",
    "grafx": "^0.5.2",
    "gulp": "^3.9.1",
    "gulp-babel": "^7.0.1",
    "gulp-cache": "^1.0.2",
    "gulp-concat": "^2.6.1",
    "gulp-flatten": "^0.4.0",
    "gulp-inject": "^4.3.2",
    "gulp-load-plugins": "^1.5.0",
    "gulp-plumber": "^1.2.0",
    "gulp-rename": "^1.3.0",
    "gulp-size": "^3.0.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-uglify": "^3.0.0",
    "jasmine-core": "^3.1.0",
    "jscs": "^3.0.7",
    "karma": "^2.0.4",
    "karma-browserify": "^5.3.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-jasmine": "^1.1.2",
    "karma-phantomjs-launcher": "^1.0.4",
    "lsl-animatex": "^0.5.1",
    "lsl-physx": "^0.4.2",
    "protractor": "^5.3.2",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
    "watchify": "^3.11.0"
  },
  "devDependencies": {},
  "engines": {
    "node": ">=8.11.3"
  },
  "scripts": {
    "start": "gulp",
    "test": "gulp test"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "env"
          ]
        }
      ]
    ]
  },
  "jscsConfig": {
    "preset": "google",
    "excludeFiles": [
      ".idea",
      ".git",
      ".sass-cache",
      "dist",
      "docs",
      "node_modules",
      "res"
    ],
    "maximumLineLength": 100,
    "requireMultiLineTernary": null
  }
}
