{
  "name": "bunyans",
  "version": "0.3.3",
  "description": "A stream implementation of the bunyan cli tool's pretty printing capabilities with circular reference safety and custom formatting",
  "author": "WoLfulus <wolfulus@gmail.com>",
  "main": "./lib/prettystream.js",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/WoLfulus/bunyans.git"
  },
  "engines": [
    "node >=0.8.0"
  ],
  "keywords": [
    "log",
    "logging",
    "console",
    "bunyan",
    "development",
    "stream"
  ],
  "devDependencies": {
    "mocha": "3.4.2",
    "blanket": "1.1.9",
    "mocha-lcov-reporter": "1.3.0",
    "coveralls": "2.13.1",
    "travis-cov": "0.2.4",
    "should": "1.2.2"
  },
  "scripts": {
    "test": "make test",
    "travis-cov": {
      "threshold": 70
    }
  }
}
