{
  "name": "mgutz-logmagic",
  "description": "Dynamic and Configurable logging framework for node.js",
  "version": "0.2.1",
  "homepage": "https://github.com/mgutz/mgutz-logmagic",
  "repository": {
    "type": "git",
    "url": "git://github.com/mgutz/mgutz-logmagic.git"
  },
  "author": "Mario Gutierrez <mario@mgutz.com>",
  "license": "Apache 2.0",
  "main": "lib/logmagic.js",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">= 0.8"
  },
  "dependencies": {
    "underscore": "~1.3",
    "underscore.string": "~2.0",
    "mgutz-colors": "~0.1.1"
  }
}
