{
  "name": "bunyan-pretty-colors",
  "version": "0.1.7",
  "description": "A stream implementation of the bunyan cli tool's pretty printing capabilities",
  "author": "Amar Suhail <amar.suhail@gmail.com>",
  "maintainers": ["Ilya Shaisultanov <ilya.shaisultanov@gmail.com>"],
  "main": "./lib/prettystream.js",

  "repository": {
    "type": "git",
    "url": "git://github.com/diversario/node-bunyan-pretty-colors.git"
  },
  "engines": ["node >=0.8.0"],
  "keywords": ["log", "logging", "console", "bunyan", "development", "stream"],

  "devDependencies": {
    "mocha": "1.11.0",
    "blanket" : "1.1.5",
    "mocha-lcov-reporter" : "0.0.1",
    "coveralls": "2.0.13",
    "travis-cov": "0.2.4",
    "should": "1.2.2"
  },

  "scripts": {
    "test": "make test",
    "travis-cov": { "threshold": 70 }
  }
}
