UNPKG

895 BJSONView Raw
1{
2 "name": "muxrpc",
3 "description": "combined multiplexing and rpc - because a node api needs streams & async",
4 "version": "6.4.2",
5 "homepage": "https://github.com/ssbc/muxrpc",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/ssbc/muxrpc.git"
9 },
10 "dependencies": {
11 "explain-error": "^1.0.1",
12 "packet-stream": "~2.0.0",
13 "packet-stream-codec": "^1.1.1",
14 "pull-goodbye": "0.0.2",
15 "pull-stream": "^3.2.3"
16 },
17 "devDependencies": {
18 "cont": "~1.0.1",
19 "json-buffer": "~2.0.9",
20 "pull-abortable": "~4.1.0",
21 "pull-pair": "~1.0.0",
22 "pull-pushable": "^1.1.4",
23 "pull-serializer": "~0.2.0",
24 "tape": "~3.0.0"
25 },
26 "scripts": {
27 "prepublish": "npm ls && npm test",
28 "test": "set -e; for t in test/*.js; do node $t; done"
29 },
30 "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://dominictarr.com)",
31 "license": "MIT"
32}