{
  "name": "winston-gelf",
  "version": "1.7.0",
  "description": "Winston gelf transport for winston 3.x",
  "main": "index.js",
  "scripts": {
    "lint": "eslint --ignore-path .gitignore .",
    "lint-fix": "eslint --ignore-path .gitignore . --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fchristle/winston-gelf.git"
  },
  "keywords": [
    "winston",
    "gelf",
    "graylog2"
  ],
  "author": "Fatima Gomez",
  "contributors": [
    {
      "name": "Alberson Melo",
      "email": "alberson@gmail.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fchristle/winston-gelf/issues"
  },
  "homepage": "https://github.com/fchristle/winston-gelf#readme",
  "dependencies": {
    "gelf-pro": "^1.2.2"
  },
  "devDependencies": {
    "eslint": "^5.9.0",
    "eslint-config-strongloop": "^2.1.0",
    "winston": "^3.1.0"
  }
}
