UNPKG

564 BJSONView Raw
1{
2 "name": "pull-cat",
3 "description": "concatenate pull-streams",
4 "version": "1.1.9",
5 "homepage": "https://github.com/dominictarr/pull-cat",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/pull-cat.git"
9 },
10 "devDependencies": {
11 "pull-abortable": "~4.1.0",
12 "pull-pushable": "~1.1.4",
13 "pull-stream": "^3.1.0",
14 "tape": "^4.4.0"
15 },
16 "scripts": {
17 "test": "set -e; for t in test/*.js; do node $t; done"
18 },
19 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
20 "license": "MIT"
21}