{
  "name": "@themost/web",
  "version": "2.1.8",
  "description": "MOST Web Framework 2.0 - Web Server Module",
  "module": "index.js",
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/themost-framework/themost.git"
  },
  "author": "Kyriakos Barbounakis <k.barbounakis@gmail.com>",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/themost-framework/themost/issues"
  },
  "scripts": {
    "typedoc": "typedoc",
    "docs": "jsdoc --configure ./conf.json"
  },
  "homepage": "https://github.com/themost-framework/themost#readme",
  "dependencies": {
    "@themost/client": "^2.0.5",
    "@themost/common": "^2.1.1",
    "@themost/data": "^2.1.1",
    "@themost/node": "^2.0.5",
    "@themost/query": "^2.1.1",
    "@themost/xml": "^2.1.1",
    "accepts": "^1.3.3",
    "async": "0.2.10",
    "body-parser": "~1.10.1",
    "content-type": "^1.0.4",
    "domino": "1.0.18",
    "ejs": "^2.5.7",
    "formidable": "1.0.14",
    "hashmap": "^2.3.0",
    "jade": "^1.11.0",
    "lodash": "^4.17.4",
    "moment": "^2.19.3",
    "node-cache": "^1.1.0",
    "numeral": "^2.0.6",
    "pagedown": "^1.1.0",
    "pluralize": "^7.0.0",
    "pug": "^0.1.0",
    "q": "^1.4.1",
    "raw-body": "^2.3.2",
    "source-map-support": "^0.4.11",
    "sprintf": "^0.1.5",
    "stream": "0.0.2",
    "string": "1.5.1",
    "symbol": "^0.3.1",
    "url-join": "^2.0.2",
    "vash": "^0.11.2",
    "winston": "^2.3.1",
    "xmldom": "^0.1.27"
  },
  "devDependencies": {
    "@types/hashmap": "^2.0.29",
    "eslint": "^4.10.0"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "node": true,
      "es6": false,
      "jquery": true
    },
    "globals": {
      "describe": false,
      "it": false,
      "angular": true
    },
    "extends": "eslint:recommended"
  }
}
