{
  "name": "@first-lego-league/tournament",
  "version": "3.0.5",
  "main": "index.js",
  "repository": "git@github.com:FirstLegoLeague/tournament.git",
  "author": "Tal Taub <taltaub22@gmail.com>",
  "license": "GPL-3.0",
  "scripts": {
    "lint": "eslint ./server && ng lint client",
    "prepack": "ng build --prod",
    "start": "ng build && devl",
    "build": "ng build",
    "debug": "devl --inspect-brk"
  },
  "files": [
    "server",
    "dist/client",
    "default-data",
    "index.js",
    "module.yml",
    "yarn.lock"
  ],
  "engines": {
    "node": ">=8.x"
  },
  "dependencies": {
    "@first-lego-league/ms-auth": "^1.4.3",
    "@first-lego-league/ms-correlation": "^1.0.2",
    "@first-lego-league/ms-logger": "^2.0.1",
    "@first-lego-league/user-interface": "3.0.2",
    "base64-img-promise": "^1.0.5",
    "bluebird": "^3.5.5",
    "body-parser": "^1.18.3",
    "cors": "^2.8.4",
    "express": "^4.16.3",
    "formidable": "^1.2.1",
    "fs-extra": "^8.0.1",
    "mhub": "^1.0.0",
    "moment": "^2.22.1",
    "mongodb": "^3.0.0",
    "project-version": "^1.2.0",
    "requestify": "^0.2.5"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.6.8",
    "@angular/animations": "^6.0.3",
    "@angular/cli": "^6.1.2",
    "@angular/common": "^6.0.3",
    "@angular/compiler": "^6.0.3",
    "@angular/compiler-cli": "^6.0.3",
    "@angular/core": "^6.0.3",
    "@angular/forms": "^6.0.3",
    "@angular/http": "^6.0.3",
    "@angular/language-service": "^6.0.3",
    "@angular/platform-browser": "^6.0.3",
    "@angular/platform-browser-dynamic": "^6.0.3",
    "@angular/router": "^6.0.3",
    "@first-lego-league/dev-launcher": "^0.2.0",
    "@first-lego-league/eslint-config": "^1.0.0",
    "@types/jasmine": "~2.8.6",
    "@types/jasminewd2": "~2.0.3",
    "@types/node": "~8.9.4",
    "codelyzer": "~4.2.1",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-friendly-formatter": "^4.0.1",
    "eslint-loader": "^2.0.0",
    "eslint-plugin-chai-friendly": "^0.4.1",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^4.0.0",
    "jasmine-core": "~3.4.0",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.1.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.0",
    "karma-jasmine": "~2.0.1",
    "karma-jasmine-html-reporter": "^1.4.2",
    "ng2-file-upload": "^1.3.0",
    "ngx-file-drop": "^4.0.6",
    "protractor": "~5.4.2",
    "rxjs": "^6.0.0",
    "rxjs-compat": "^6.2.2",
    "ts-node": "~5.0.1",
    "tslint": "~5.18.0",
    "tslint-config-standard": "^8.0.1",
    "typescript": "^2.7.2",
    "zone.js": "0.8.26"
  }
}
