{
  "name": "metalogger",
  "description": "Node.js logging for grown-ups: a versatile logging wrapper that leaves you the choice, but removes the pain. Inspired by Apache Commons Logging",
  "version": "2.2.1",
  "license": "MIT",
  "author": {
    "name": "Irakli Nadareishvili"
  },
  "contributors": [
    {
      "name": "John Nelson"
    },
    {
      "name": "Andrew Winder"
    },
    {
      "name": "Randall Randall"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/npr/metalogger.git"
  },
  "main": "./lib/metalogger.js",
  "dependencies": {
    "callsite": "^1.0.0",
    "config": "^1.16.0",
    "json-stringify-pretty-compact": "^1.0.4",
    "optional": "0.1.4",
    "yaml": "^0.3.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "coveralls": "^3.0.0",
    "eslint": "^4.15.0",
    "eslint-plugin-mocha": "^4.11.0",
    "istanbul": "^0.4.0",
    "log": "^1.4.0",
    "mocha": "^5.0.0",
    "mocha-lcov-reporter": "^1.0.0",
    "should": "^13.2.1",
    "winston": "^2.4.0"
  },
  "scripts": {
    "prepublish": "npm prune",
    "pretest": "eslint lib test",
    "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/ ",
    "test-cov": "istanbul cover mocha -- --require test/support/env --reporter dot --check-leaks test/ test/acceptance/",
    "test-travis": "istanbul cover mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/ test/acceptance/"
  }
}
