{
  "name": "winston-daily-rotate-file",
  "version": "1.7.2",
  "description": "A transport for winston which logs to a rotating file each day.",
  "main": "index.js",
  "scripts": {
    "test": "mocha && eslint .",
    "preversion": "npm test",
    "postversion": "git push && git push --tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:winstonjs/winston-daily-rotate-file.git"
  },
  "keywords": [
    "winston",
    "daily-rotate-file",
    "log-rotate",
    "logrotate"
  ],
  "author": "Charlie Robbins <charlie.robbins@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/winstonjs/winston-daily-rotate-file/issues"
  },
  "homepage": "https://github.com/winstonjs/winston-daily-rotate-file#readme",
  "peerDependencies": {
    "winston": "2.x"
  },
  "devDependencies": {
    "chai": "3.5.0",
    "eslint": "2.10.2",
    "eslint-config-xo-space": "0.13.0",
    "mocha": "2.4.5",
    "moment": "2.13.0",
    "rimraf": "2.5.2",
    "timekeeper": "^0.1.1"
  },
  "eslintConfig": {
    "extends": "xo-space",
    "env": {
      "node": true,
      "mocha": true
    }
  },
  "dependencies": {
    "mkdirp": "0.5.1"
  }
}
