{
  "name"            : "alien-node-winston-utils",
  "version"         : "0.0.7",
  "description"     : "Helper functions for Winston logging on NodeJS",
  "main"            : "lib/Logger.js",
  "dependencies"    : {
    "ramda"       : "^0.27.1",
    "o-validator" : "^1.x.x"
  },
  "devDependencies" : {
    "coveralls" : "^2.11.2",
    "istanbul"  : "^0.3.13",
    "jasmine"   : "^2.3.1"
  },
  "scripts"         : {
    "test" : "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine"
  },
  "repository"      : {
    "type" : "git",
    "url"  : "https://github.com/aliencreations/alien-node-winston-utils.git"
  },
  "keywords"        : [
    "aliencreations",
    "api",
    "util",
    "node",
    "ramda"
  ],
  "author"          : "Sean Cannon",
  "license"         : "MIT",
  "bugs"            : {
    "url" : "https://github.com/aliencreations/alien-node-winston-utils/issues"
  },
  "homepage"        : "https://github.com/aliencreations/alien-node-winston-utils"
}
