{
  "name": "@themost/data",
  "version": "2.4.1",
  "description": "MOST Web Framework 2.0 - ORM module",
  "main": "index.js",
  "peerDependencies": {
    "@themost/common": "^2.3.1",
    "@themost/query": "^2.3.1",
    "@themost/xml": "^2.3.1"
  },
  "engines": {
    "node": "^6.9.0"
  },
  "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"
  },
  "homepage": "https://github.com/themost-framework/themost#readme",
  "dependencies": {
    "async": "0.2.10",
    "lodash": "^4.17.4",
    "moment": "^2.19.3",
    "node-cache": "^1.1.0",
    "pluralize": "^7.0.0",
    "q": "^1.4.1",
    "sprintf": "^0.1.5",
    "symbol": "^0.3.1"
  },
  "eslintConfig": {
    "env": {
      "browser": true,
      "node": true,
      "es6": false,
      "jquery": true
    },
    "globals": {
      "describe": false,
      "it": false
    },
    "extends": "eslint:recommended",
    "rules": {
      "no-console": "warn",
      "no-invalid-this": "warn",
      "no-undef": "error",
      "no-unused-vars": "warn",
      "no-var": "off",
      "strict": [
        2,
        "never"
      ]
    }
  },
  "devDependencies": {
    "@types/core-js": "^2.5.0",
    "@types/node": "^10.12.0",
    "@types/pluralize": "0.0.29",
    "@types/q": "^1.5.1"
  }
}
