{
  "version": "2.10.1",
  "name": "jsreport-core",
  "homepage": "http://jsreport.net",
  "author": {
    "email": "jan.blaha@hotmail.com",
    "name": "Jan Blaha"
  },
  "scripts": {
    "test": "mocha --timeout 5000 --recursive test --exit && standard",
    "test:watch": "mocha --watch --recursive test"
  },
  "dependencies": {
    "@babel/code-frame": "7.5.5",
    "@jsreport/mingo": "2.4.1",
    "ajv": "6.10.0",
    "app-root-path": "2.0.1",
    "async-replace": "1.0.1",
    "bluebird": "3.5.4",
    "camelcase": "5.0.0",
    "debug": "3.1.0",
    "decamelize": "2.0.0",
    "deepmerge": "2.1.0",
    "has-own-deep": "1.1.0",
    "listener-collection": "1.2.0",
    "lodash.get": "4.4.2",
    "lodash.groupby": "4.6.0",
    "lodash.omit": "4.5.0",
    "lodash.set": "4.3.2",
    "lru-cache": "4.1.1",
    "mkdirp": "0.5.5",
    "nanoid": "1.0.2",
    "nconf": "0.10.0",
    "node.extend.without.arrays": "1.1.6",
    "reap2": "1.0.1",
    "script-manager": "0.10.2",
    "stack-trace": "0.0.10",
    "streamifier": "0.1.1",
    "unset-value": "1.0.0",
    "uuid": "3.3.2",
    "vm2": "3.8.3",
    "winston": "2.4.5",
    "winston-transport": "3.0.1"
  },
  "description": "javascript based business reporting",
  "devDependencies": {
    "eslint": "4.15.0",
    "eslint-config-standard": "11.0.0",
    "eslint-config-standard-react": "5.0.0",
    "mocha": "4.1.0",
    "rimraf": "2.6.3",
    "should": "13.2.0",
    "standard": "10.0.3",
    "std-mocks": "1.0.1",
    "winston-loggly": "1.3.1"
  },
  "bugs": {
    "url": "https://github.com/jsreport/jsreport-core/issues"
  },
  "keywords": [
    "report",
    "business",
    "javascript"
  ],
  "license": "LGPL",
  "main": "index.js",
  "maintainers": [
    {
      "email": "jan.blaha@hotmail.com",
      "name": "pofider"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jsreport/jsreport-core.git"
  },
  "engines": {
    "node": ">=8.9"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "beforeEach",
      "define",
      "ace",
      "afterEach"
    ]
  },
  "files": [
    "lib",
    "index.js",
    "test/store/common.js",
    "test/blobStorage/common.js"
  ]
}
