{
  "name":"torch",
  "description":"CLI logger with colors and deep inspection.",
  "version":"0.2.7",
  "homepage":"http://github.com/TorchlightSoftware/torch",
  "repository":"git://github.com/TorchlightSoftware/torch.git",
  "author":"Torchlight Software <info@torchlightsoftware.com> (http://torchlightsoftware.com)",
  "main":"./index.js",

  "dependencies":{
    "chalk":"^1.1.3"
  },
  "devDependencies":{
    "mocha":"*",
    "should":"*"
  },
  "engines":{
    "node":">= 0.8.4"
  },
  "licenses":[
    {
      "type":"MIT",
      "url":"http://github.com/torchlightsoftware/torch/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test":"mocha"
  }
}
