{
  "name": "bunyan-loggly",
  "version": "1.4.2",
  "description": "A bunyan stream to transport logs to loggly",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "bunyan",
    "log",
    "loggly"
  ],
  "author": "Maurice Butler <maurice.butler@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "json-stringify-safe": "^5.0.1",
    "node-loggly-bulk": "^2.2.4"
  },
  "devDependencies": {
    "@types/bunyan": "^1.8.6",
    "proxyquire": "^2.1.3",
    "tape": "^4.13.2"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "node ./tests"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MauriceButler/bunyan-loggly.git"
  },
  "bugs": {
    "url": "https://github.com/MauriceButler/bunyan-loggly/issues"
  },
  "homepage": "https://github.com/MauriceButler/bunyan-loggly#readme"
}
