{
  "name": "opentest-server",
  "version": "1.2.4",
  "description": "This is the OpenTest server module. For installation instructions and documentation please see the project website at https://getopentest.org.",
  "author": "Adrian Theodorescu",
  "homepage": "https://getopentest.org/",
  "license": "MIT",
  "engines": {
    "node": ">=6.6.0"
  },
  "bin": {
    "opentest-server": "./bin/opentest-server.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mcdcorp/opentest.git"
  },
  "dependencies": {
    "async-lock": "^1.1.4",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.18.3",
    "bunyan": "^1.8.12",
    "chokidar": "^2.1.2",
    "csv-parse": "^4.8.3",
    "express": "^4.16.4",
    "express-session": "^1.15.5",
    "gulp": "^4.0.2",
    "js-yaml": "3.13.1",
    "jsonschema": "^1.2.4",
    "mime": "^2.4.0",
    "mkdirp": "^0.5.1",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.23",
    "mongodb": "^3.1.13",
    "multer": "^1.4.1",
    "nedb": "^1.8.0",
    "pug": "^2.0.3",
    "serve-favicon": "^2.5.0",
    "socket.io": "^2.2.0",
    "socket.io-express-session": "^0.1.3",
    "thenify": "^3.2.1",
    "underscore": "^1.9.1",
    "xmlbuilder": "^10.1.1",
    "yargs": "^15.1.0"
  },
  "optionalDependencies": {
    "dtrace-provider": "^0.8.7"
  }}
