{
  "name": "michaelbakker-tracer",
  "description": "A powerful and customizable logging library for node.js. support color console with timestamp, line number, method name, file name and call stack. you can set transport to file, stream, database(ex: mongodb and clouddb, simpledb). keywords: log, logger, trace ",
  "homepage": "http://github.com/baryon/tracer",
  "repository": {
    "type": "git",
    "url": "git@github.com:MichaelBakker1986/tracer.git"
  },
  "version": "0.9.2",
  "author": "Michael Bakker <michael.bakker1986@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "colors": "1.2.3",
    "dateformat": "3.0.3",
    "mkdirp": "^0.5.1",
    "tinytim": "0.1.1"
  },
  "devDependencies": {
    "cli-color": "^1.1.0",
    "eslint": "^2.13.1",
    "expresso": "^0.9.2",
    "istanbul": "^0.4.5",
    "mongoskin": "0.3.0",
    "tslint": "^5.9.1"
  },
  "main": "./lib/index",
  "types": "./lib/index.d.ts",
  "keywords": [
    "log",
    "logger",
    "trace",
    "debug"
  ],
  "scripts": {
    "test": "expresso test/*",
    "lint:fix": "eslint --fix .",
    "lint": "eslint .",
    "posttest": "npm run lint",
    "test:coverage": "istanbul cover expresso test/*.js",
    "posttest:coverage": "npm run lint",
    "dtslint": "dtslint ."
  },
  "engines": {
    "node": ">= 0.10.0"
  }
}
