{
  "name": "awaitify-stream",
  "version": "1.0.2",
  "description": "Read or write to a stream using while and await, not event handlers.",
  "main": "./lib/awaitify-stream.js",
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hashtagchris/node-awaitify-stream.git"
  },
  "keywords": [
    "async",
    "await",
    "stream",
    "read",
    "write",
    "readAsync",
    "writeAsync",
    "line-by-line"
  ],
  "author": "hashtagchris",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hashtagchris/node-awaitify-stream/issues"
  },
  "homepage": "https://github.com/hashtagchris/node-awaitify-stream#readme",
  "scripts": {
    "test": "mocha --timeout 60000"
  },
  "devDependencies": {
    "byline": "^5.0.0",
    "json-stream": "^1.0.0",
    "mocha": "^4.0.1"
  }
}
