{
  "name": "push-stream-to-pull-stream",
  "description": "",
  "version": "1.0.5",
  "homepage": "https://github.com/dominictarr/push-stream-to-pull-stream",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/push-stream-to-pull-stream.git"
  },
  "main": "index.js",
  "dependencies": {
    "pull-looper": "^1.0.0",
    "push-stream": "^11.0.1"
  },
  "devDependencies": {
    "nyc": "^15.1.0",
    "pull-stream": "^3.6.1",
    "tape": "^5.2.2"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done",
    "coverage": "nyc npm test"
  },
  "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (dominictarr.com)",
  "license": "MIT"
}
