{
  "name": "@microservice/koa-logging",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha test",
    "lint": "eslint index.js test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/node-microservice/koa-logging.git"
  },
  "keywords": [
    "microservice",
    "logging"
  ],
  "author": "Doug Moscrop <doug.moscrop@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-microservice/koa-loging/issues"
  },
  "dependencies": {
    "arr-flatten": "^1.0.1",
    "ensure-map": "^1.1.0",
    "on-finished": "^2.3.0"
  },
  "devDependencies": {
    "bunyan": "^1.5.1",
    "istanbul": "^0.3.21",
    "koa": "^1.0.0",
    "mocha": "^2.3.3",
    "sinon": "^1.17.1",
    "supertest": "^1.1.0",
    "supertest-as-promised": "^2.0.2"
  }
}
