{
  "name": "log-with-colors",
  "version": "1.0.7",
  "description": "simple syntax for logging to console using colors, based on chalk",
  "main": "index.js",
  "scripts": {
    "test": "node demo.js"
  },
  "keywords": [
    "log",
    "console.log",
    "console",
    "colors",
    "chalk"
  ],
  "author": "al-lopes <alexandre@alexandrelopes.design> (http://alexandrelopes.design)",
  "license": "MIT",
  "readme": "README.md",
  "repository": {
    "type": "git",
    "url": "git@github.com:al-lopes/log-with-colors.git"
  },
  "dependencies": {
    "chalk": "^1.1.3"
  }
}
