pull-through
Version:
through ported to pull-stream style
23 lines (22 loc) • 573 B
JSON
{
"name": "pull-through",
"description": "through ported to pull-stream style",
"version": "1.0.18",
"homepage": "https://github.com/dominictarr/pull-through",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/pull-through.git"
},
"dependencies": {
"looper": "~3.0.0"
},
"devDependencies": {
"pull-stream": "^3.2.3",
"tape": "~4.0.0"
},
"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"
}