{
  "name": "logfmt",
  "version": "1.4.0",
  "description": "key=value logger and parser",
  "main": "logfmt.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "logfmt": "./bin/logfmt"
  },
  "dependencies": {
    "split": "0.2.x",
    "through": "2.3.x"
  },
  "devDependencies": {
    "express": "^4.17.1",
    "mocha": "*",
    "restify": "^8.3.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/csquared/node-logfmt"
  },
  "keywords": [
    "log",
    "parser",
    "logfmt"
  ],
  "author": "csquared",
  "license": "MIT"
}
