{
  "name": "gelf-stream-renewed",
  "version": "1.2.2",
  "description": "A stream to send JS objects to a Graylog2 server (in GELF format)",
  "author": "Konstantin Uvarov <konstantin.uvarov@gmail.com> (https://github.com/uvak)",
  "contributors": [
    "Michael Hart <michael.hart.au@gmail.com> (http://github.com/mhart)"
  ],
  "main": "gelf-stream.js",
  "keywords": [
    "gelf",
    "stream",
    "graylog",
    "graylog2",
    "bunyan",
    "bole"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/uvak/gelf-stream.git"
  },
  "license": "MIT",
  "dependencies": {
    "gelfling": "^0.3.0"
  },
  "devDependencies": {
    "mocha": "^2.3.4",
    "should": "^8.1.1"
  },
  "scripts": {
    "test": "mocha ./test/fast.js -b -t 100s -R list"
  }
}
