{ "name": "pull-stream", "description": "minimal pull stream", "version": "3.3.2", "homepage": "https://github.com/dominictarr/pull-stream", "repository": { "type": "git", "url": "git://github.com/dominictarr/pull-stream.git" }, "devDependencies": { "fastbench": "^1.0.1", "pull-abortable": "~2.0.0", "tape": "~2.12.3" }, "scripts": { "test": "set -e; for t in test/*.js; do node $t; done" }, "author": "Dominic Tarr (http://dominictarr.com)", "license": "MIT" }