{
  "name": "@first-lego-league/scoring",
  "version": "3.0.9",
  "description": "Main scoring service",
  "main": "index.js",
  "repository": "https://github.com/FirstLegoLeague/scoring",
  "author": "Idan Stark <idanstark42@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=8.0.0"
  },
  "scripts": {
    "start": "devl -s rankings=http://localhost:3000 -s tournament=http://localhost:3000",
    "build": "webpack -p",
    "watch": "webpack --watch",
    "prepack": "yarn run build",
    "generate": "node ./dev-scripts/generate.js"
  },
  "files": [
    "index.js",
    "server",
    "dist",
    "challenges",
    "yarn.lock",
    "module.yml"
  ],
  "dependencies": {
    "@first-lego-league/ms-auth": "^1.4.3",
    "@first-lego-league/ms-configuration": "^2.2.1",
    "@first-lego-league/ms-correlation": "^1.0.2",
    "@first-lego-league/ms-logger": "^2.0.1",
    "bluebird": "^3.5.1",
    "body-parser": "^1.18.3",
    "cookie-parser": "^1.4.3",
    "cors": "^2.8.4",
    "diff": "^3.5.0",
    "express": "^4.16.3",
    "grunt-cli": "^1.2.0",
    "mhub": "^1.0.1",
    "mongodb": "^3.1.1",
    "project-version": "^1.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@first-lego-league/dev-launcher": "0.3.0",
    "@first-lego-league/user-interface": "3.0.2",
    "add": "^2.0.6",
    "angular": "^1.7.8",
    "angular-animate": "^1.7.8",
    "angular-cookies": "^1.7.8",
    "angular-dnd-module": "^0.1.25",
    "angular-inview": "^3.1.0",
    "angular-sanitize": "^1.7.8",
    "angular-signature": "^1.0.3",
    "angular-xeditable": "^0.9.0",
    "babel-loader": "^8.0.6",
    "babel-plugin-import-directory": "^1.1.0",
    "caporal": "^1.2.0",
    "change-case": "^3.1.0",
    "copy-webpack-plugin": "^5.0.3",
    "css-loader": "^2.1.1",
    "eslint": "^4.19.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-angular": "^4.0.1",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-promise": "^3.7.0",
    "eslint-plugin-standard": "^3.1.0",
    "event-emitter-es6": "^1.1.5",
    "express-csv": "^0.6.0",
    "file-loader": "^3.0.1",
    "grunt": "^1.0.3",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.2.0",
    "json-loader": "^0.5.7",
    "mkdirp": "^0.5.1",
    "randomatic": "^3.1.1",
    "semantic-ui-angular-jquery": "^0.2.4",
    "signature_pad": "^3.0.0-beta.3",
    "style-loader": "^0.23.1",
    "webpack": "^4.32.2",
    "webpack-cli": "^3.3.2",
    "webpack-command": "^0.4.2",
    "yaml-loader": "^0.5.0"
  }
}
