{
  "name": "gorilog",
  "version": "2.0.5",
  "description": "A simple regex-categorized colorful console logger.",
  "main": "gorilog.js",
  "repository": "https://github.com/hirauchi0713/gorilog",
  "author": "Hideyuki Hirauchi<hideyuki@hirauchi.com>",
  "license": "MIT",
  "keywords": [ "simple", "regex", "categorized", "colorful", "console", "logger" ],
  "scripts": {
    "test": "LOGLEVEL_TRACE='test' LOGLEVEL_ERROR='model/.*' LOGLEVEL_NONE='csev1,csev2,csev3' node test.js",
    "test2": "LOGLEVEL_NONE='.*' LOGLEVEL_TRACE=test node test.js"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "moment": "^2.22.2"
  }
}
