{
  "name": "@infomaker/json-log",
  "version": "0.15.0",
  "description": "JSON logging lib",
  "main": "src/log.js",
  "scripts": {
    "test": "node_modules/.bin/jest  --coverage --colors --no-watchman --useStderr tests"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/infomaker/json-log.git"
  },
  "dependencies": {
    "bunyan": "1.8.12"
  },
  "devDependencies": {
    "jest-cli": "24.9.0"
  },
  "jest": {
    "verbose": true,
    "automock": false,
    "coverageThreshold": {
      "global": {
        "branches": 100,
        "functions": 100,
        "lines": 100,
        "statements": 100
      }
    },
    "testMatch": [
      "**/tests/*.js"
    ],
    "testPathIgnorePatterns": [
      "node_modules"
    ]
  },
  "keywords": [
    "log",
    "json"
  ],
  "author": "Infomaker",
  "license": "Unlicense",
  "homepage": "https://bitbucket.org/infomaker/json-log#readme"
}
