{
  "name": "pull-defer",
  "description": "a deferred source, sink or through pull-stream",
  "version": "0.2.3",
  "homepage": "https://github.com/dominictarr/pull-defer",
  "repository": {
    "type": "git",
    "url": "git://github.com/dominictarr/pull-defer.git"
  },
  "devDependencies": {
    "pull-pair": "~1.0.0",
    "pull-peek": "0.0.0",
    "pull-stream": "^3.2.0",
    "tape": "^4.5.1"
  },
  "scripts": {
    "test": "set -e; for t in test/*.js; do node $t; done"
  },
  "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
  "license": "MIT"
}
