{
  "name": "noonian",
  "version": "0.9.3",
  "author": "Eugene Newall-Lockett <gene@noonian.org>",
  "license": "AGPL-3.0",
  "main": "lib/server.js",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/NoonianCore/noonian.git"
  },
  "bugs": {
    "url": "https://gitlab.com/NoonianCore/noonian/issues"
  },
  "bin": {
    "noonian": "./bin/noonian-cli.js"
  },
  "dependencies": {
    "bcryptjs": "2.4.3",
    "body-parser": "1.19.0",
    "colors": "1.3.3",
    "commander": "2.19.0",
    "composable-middleware": "^0.3.0",
    "compression": "1.7.4",
    "cookie-parser": "1.4.5",
    "csv": "^0.4.6",
    "ejs": "~2.5.5",
    "errorhandler": "~1.0.0",
    "express": "4.17.0",
    "express-jwt": "^5.3.0",
    "express-session": "1.16.1",
    "gridfs-stream": "^1.1.1",
    "he": "^1.1.1",
    "json-stable-stringify": "^1.0.1",
    "jsondiffpatch": "^0.3.11",
    "jsonwebtoken": "8.5.1",
    "lodash": "3.10.1",
    "method-override": "3.X",
    "mime": "^1.6.0",
    "moment": "^2.10.6",
    "moment-timezone": "0.5.23",
    "mongoose": "5.9.20",
    "mongoose-function": "^0.1.0",
    "morgan": "1.X",
    "multiparty": "^4.1.2",
    "node-sass": "4.12.0",
    "node-schedule": "^1.2.3",
    "oboe": "^2.1.4",
    "passport": "^0.2.2",
    "passport-local": "^0.1.6",
    "ps-node": "0.1.6",
    "q": "^1.4.1",
    "request": "^2.64.0",
    "rimraf": "2.6.3",
    "semver": "5.7.0",
    "simple-git": "1.126.0",
    "tail": "2.0.2",
    "tar": "4.4.8",
    "uuid": "3.3.3",
    "winston": "3.2.1",
    "ws": "^3.2.0"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "dockerbuild": "build/build-docker-image.sh"
  }
}
