{
  "name": "rufus",
  "version": "0.5.7",
  "dependencies": {
    "bluebird": "^2.0.0",
    "chalk": "0.5.1",
    "stack-trace": "0.0.9"
  },
  "devDependencies": {
    "jshint": "2.3.0",
    "mocha": "1.13.0",
    "sinon": "~1.7.3",
    "istanbul": "~0.2.4",
    "benchmark": "1.0.0",
    "intel": "latest",
    "winston": "latest",
    "bunyan": "latest",
    "log4js": "latest"
  },
  "description": "Fast hierarchical text logger",
  "main": "./lib/index.js",
  "scripts": {
    "test": "make test"
  },
  "bugs": "https://github.com/btd/rufus/issues",
  "homepage": "http://btd.github.io/rufus",
  "repository": {
    "type": "git",
    "url": "https://github.com/btd/rufus.git"
  },
  "keywords": [
    "log",
    "logging",
    "logger",
    "console"
  ],
  "author": "Denis Bardadym <bardadymchik@gmail.com>",
  "licenses": [
    {
      "type": "MPL 2.0",
      "url": "https://mozilla.org/MPL/2.0/"
    }
  ]
}
