logtown/logtown

View on GitHub
plugins/dumper-js/package.json

Summary

Maintainability
Test Coverage
{
  "name": "logtown-plugin-dumper-js",
  "version": "2.4.5",
  "description": "Logtown plugin leveraging dumper.js library",
  "main": "index.js",
  "scripts": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/logtown/logtown.git"
  },
  "keywords": [
    "Logtown",
    "logger",
    "winston",
    "logtown",
    "wrapper",
    "plugin",
    "dd",
    "dumper",
    "dump",
    "debug",
    "console"
  ],
  "author": "Dmytro Zelenetskyi <dmytro.zelenetskyi@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/logtown/logtown/issues"
  },
  "homepage": "https://github.com/logtown/logtown/tree/master/pluggins/pretty-error#readme",
  "devDependencies": {
    "dumper.js": "^1.1.1",
    "logtown": "^2.4.5",
    "logtown-winston3": "^2.4.5"
  },
  "peerDependencies": {
    "dumper.js": "^1.1.1",
    "logtown": "*"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f49a35d882cf8d50cc7941ba0d495ea73b2d961d"
}