{
  "name": "bunyan-fogbugz",
  "version": "0.0.4",
  "description": "Bunyan stream for sending automated crash reports to FogBugz",
  "main": "./lib/bunyan_fogbugz",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "istanbul cover _mocha --report lcovonly"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qualitybath/bunyan-fogbugz"
  },
  "keywords": [
    "logging",
    "bunyan",
    "log",
    "logger",
    "transport",
    "stream",
    "fogbugz",
    "bugzscout"
  ],
  "author": "Seth Pollack",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qualitybath/bunyan-fogbugz/issues"
  },
  "homepage": "https://github.com/qualitybath/bunyan-fogbugz",
  "dependencies": {
    "bugzscout": "0.0.5",
    "bunyan": "^1.3.3"
  },
  "devDependencies": {
    "chai": "^1.10.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.3.5",
    "mocha": "^2.1.0",
    "sinon": "^1.12.2"
  }
}
