{
  "name": "winston-logrotate",
  "version": "1.3.0",
  "description": "Log rotating transport for Winston",
  "keywords": [
    "winston",
    "logrotate"
  ],
  "homepage": "https://github.com/juttle/winston-logrotate",
  "bugs": "https://github.com/juttle/winston-logrotate/issues",
  "license": "Apache-2.0",
  "repository": "juttle/winston-logrotate",
  "main": "./lib/winston-logrotate.js",
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "bluebird": "2.9.30",
    "fs-extra": "0.24.0",
    "logrotate-stream": "0.2.5",
    "winston": "^2.1.0"
  },
  "devDependencies": {
    "bluebird-retry": "0.4.0",
    "chai": "1.10.0",
    "mocha": "2.1.0",
    "temp": "0.8.1",
    "underscore": "1.8.3"
  }
}
