UNPKG

524 BJSONView Raw
1{
2 "name": "pull-cat",
3 "description": "concatenate pull-streams",
4 "version": "1.1.1",
5 "homepage": "https://github.com/dominictarr/pull-cat",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/dominictarr/pull-cat.git"
9 },
10 "dependencies": {
11 "pull-stream": "~2.10"
12 },
13 "devDependencies": {
14 "tape": "~0.3.3"
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}