{
  "name": "winston-logstash-backoff",
  "version": "0.10.2",
  "description": "A Logstash transport for winston",
  "main": "./lib/winston-logstash",
  "scripts": {
    "test": "node_modules/mocha/bin/mocha test/*_test.js"
  },
  "engines": {
    "node": ">=0.8.x"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaakkos/winston-logstash.git"
  },
  "peerDependencies": {
    "winston": ">=0.7.3"
  },
  "devDependencies": {
    "chai": ">=2.3.0",
    "mocha": ">=2.2.4",
    "timekeeper": ">=0.0.5",
    "winston": ">=0.7.3"
  },
  "keywords": [
    "logging",
    "sysadmin",
    "tools"
  ],
  "bugs": {
  },
  "author": "Thomas",
  "license": "MIT",
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
