{
  "name": "winston-callback",
  "version": "3.1.5",
  "description": "Allows you to call handler after completion of all transports.",
  "main": "./index.js",
  "author": {
    "name": "Balasyan Alexandr",
    "email": "mywebstreet@gmail.com"
  },
  "keywords": [
    "winston",
    "callback",
    "async",
    "flush",
    "sync",
    "close",
    "after",
    "transports",
    "all"
  ],
  "license": "MIT",
  "scripts": {
    "test": "mocha"
  },
  "peerDependencies": {
    "winston": ">=2.0.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "fs-extra-promise": "^0.4.1",
    "mocha": "^7.2.0",
    "winston": "^3.3.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ortexx/winston-callback"
  },
  "engines": {
    "node": ">=5.0.0"
  }
}
