GCSBOSS/golog

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "golog",
  "version": "0.5.0",
  "description": "A light-weight stdout logging library for NodeJS.",
  "main": "lib/main.js",
  "author": "Guilherme C. Souza",
  "license": "MIT",
  "homepage": "https://gitlab.com/GCSBOSS/golog#readme",
  "bugs": {
    "url": "https://gitlab.com/GCSBOSS/golog/issues"
  },
  "scripts": {
    "test": "mocha -b --no-diff test/*.js",
    "coverage": "nyc -r html -r text-summary mocha -b --no-diff --no-warnings test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/GCSBOSS/golog.git"
  },
  "keywords": [
    "logging",
    "json",
    "debug",
    "env",
    "parse",
    "req",
    "res",
    "stdout",
    "12factor",
    "format"
  ]
}