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