{
  "_fliplog": [
    "cli",
    "fun",
    "latest"
  ],
  "name": "fliplog",
  "version": "1.0.4",
  "main": "index.js",
  "description": "fluent logging with verbose insight, colors, tables, emoji, filtering, spinners, progress bars, timestamps, capturing, stack traces, clearing, & presets",
  "keywords": [
    "fluent",
    "debug",
    "logging",
    "deep-diff",
    "deep",
    "emoji",
    "stack-trace",
    "spinner",
    "progress-bars",
    "filter",
    "tags",
    "colors",
    "tables",
    "capture",
    "output",
    "presets",
    "arithmetics"
  ],
  "files": [
    "index.js",
    "deps/",
    "middleware/",
    "plugins/",
    "deps",
    "middleware",
    "plugins",
    "modules"
  ],
  "directories": [
    "deps",
    "middleware",
    "plugins",
    "modules"
  ],
  "scripts": {
    "test": "node ./test/examples && node ./test/test",
    "test-all": "node ./test/examples && node ./test/test && node test/boxen && node test/filter && node test/progress && node test/slow && node test/formatter && node test/from && node test/pretty && node test/diff && node test/dept && node test/write && node test/fun && node test/quick",
    "_prepublish": "echo {} > ./deps/cache.json",
    "_magicpublish": "node ./dynamicTags.js",
    "_postinstall": "node ./index.js --postinstallcall",
    "test-flags": "node ./test/flags.js"
  },
  "testingDependencies": {
    "clear-require": "*",
    "benchmark": "*"
  },
  "_optionalDependencies": {
    "cli-spinners": "^1.0.0",
    "lodash.padend": "4.6.1",
    "read-pkg-up": "2.0.0"
  },
  "dependencies": {
    "chain-able": "3.0.0"
  },
  "license": "MIT",
  "author": "James <aretecode@gmail.com>",
  "homepage": "https://github.com/fliphub/fliplog",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fliphub/fliplog.git"
  },
  "bugs": {
    "url": "https://github.com/fliphub/fliplog/issues"
  },
  "_devDependencies": {
    "babel-core": "^6.24.1",
    "babili": "^0.0.12",
    "fsbx": "^2.1.0-beta.4"
  }
}
