{
  "name": "semlog",
  "version": "0.6.11",
  "description": "A semantic logger module, that colors and formats automatically depending on the content",
  "homepage": "https://github.com/Fannon/semlog",
  "author": {
    "name": "Simon Heimler",
    "email": "heimlersimon@gmail.com",
    "url": "http://www.fannon.de"
  },
  "repository": "Fannon/semlog",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "main": "index.js",
  "keywords": [
    "semlog",
    "log",
    "logging",
    "semantic",
    "colors"
  ],
  "dependencies": {
    "chalk": "^3.0.0",
    "prettyjson": "^1.2.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "codeclimate-test-reporter": "0.3.3",
    "grunt": "^1.3.0",
    "grunt-cli": "^1.3.2",
    "grunt-documentation": "^1.2.0",
    "grunt-eslint": "^22.0.0",
    "grunt-jscs": "^3.0.1",
    "grunt-mocha-cli": "^5.0.0",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-release": "^0.14.0",
    "istanbul": "^0.4.5",
    "load-grunt-tasks": "^5.0.0",
    "mocha": "^5.0.0",
    "time-grunt": "^1.4.0"
  },
  "scripts": {
    "test": "grunt"
  }
}
