-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 942 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "icebreaker-rpc",
"version": "2.0.7",
"description": "RPC API based on icebreaker-peer and muxrpc",
"main": "index.js",
"scripts": {
"test": "tape test/*.js test/node/*.js"
},
"author": "Markus Wunderlin",
"license": "MIT",
"homepage": "https://github.com/alligator-is/icebreaker-rpc",
"repository": {
"type": "git",
"url": "https://github.com/alligator-is/icebreaker-rpc.git"
},
"dependencies": {
"assign-deep": "^1.0.1",
"icebreaker": "^2.0.6",
"icebreaker-network": "^1.0.11",
"icebreaker-peer": "^3.0.25",
"is-in-browser": "^2.0.0",
"is-promise": "^4.0.0",
"ms": "^2.1.3",
"msgpackr": "1.3.10",
"muxrpc": "^6.5.3",
"promise-to-callback": "^1.0.0",
"pull-handshake": "^1.1.4",
"pull-through": "^1.0.18",
"superstruct": "^0.6.1",
"traverse": "^0.6.6"
},
"devDependencies": {
"pull-abortable": "^4.1.1",
"tape": "^5.2.2"
}
}