{
  "name": "bunyan-syslog",
  "description": "Syslog Stream for Bunyan",
  "version": "0.3.4",
  "author": "Mark Cavage",
  "license": "MIT",
  "main": "./lib/index.js",
  "keywords": [
    "bunyan",
    "syslog"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/joyent/node-bunyan-syslog.git"
  },
  "bugs": {
    "url": "https://github.com/joyent/node-bunyan-syslog/issues"
  },
  "dependencies": {
    "assert-plus": "0.1.5",
    "nan": "^2.14.0",
    "safer-buffer": "~2.1.0"
  },
  "devDependencies": {
    "bunyan": "^1.8.12",
    "istanbul": "^0.3.6",
    "faucet": "0.0.1",
    "tape": "^4.11.0",
    "eslint": "^4.13.1",
    "eslint-plugin-joyent": "~2.1.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover --print none test/run.js"
  },
  "engines": {
    "node": ">=0.10.0"
  }
}
