{
  "name": "on-new-line",
  "version": "1.0.0",
  "description": "Hijacks NodeJS Stream and emits events when newline(s) written to the output.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bubkoo/on-new-line.git"
  },
  "keywords": [
    "stream",
    "on",
    "newline",
    "newlines",
    "event",
    "detect",
    "hijack"
  ],
  "author": {
    "name": "bubkoo",
    "email": "bubkoo.wy@gmail.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bubkoo/on-new-line/issues"
  },
  "homepage": "https://github.com/bubkoo/on-new-line#readme"
}
