{
  "name": "log-helper",
  "version": "1.0.0",
  "description": "A small module to simplify logging",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Log",
    "Chalk",
    "Logging"
  ],
  "author": "Marius Haberstock",
  "license": "MIT",
  "repository": "C4rmond4i/log-helper",
  "dependencies": {
    "chalk": "^1.1.3",
    "dateformat": "^2.0.0",
    "immutable": "^3.8.1"
  },
  "devDependencies": {
    "eslint": "^3.19.0",
    "eslint-config-airbnb-base": "^11.1.3",
    "eslint-plugin-import": "^2.2.0"
  }
}
