This repository has been archived by the owner on Mar 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.89 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "interface-stream-muxer",
"version": "0.8.0",
"description": "A test suite and interface you can use to implement a stream muxer.",
"leadMaintainer": "Jacob Heun <[email protected]>",
"main": "src/index.js",
"browser": {
"libp2p-tcp": false
},
"scripts": {
"test": "node -e 'process.exit()'",
"test:node": "node -e 'process.exit()'",
"build": "aegir build -t node",
"lint": "aegir lint",
"release": "aegir release -t node",
"release-minor": "aegir release -t node --type minor",
"release-major": "aegir release -t node --type major",
"coverage": "node -e 'process.exit()'",
"coverage-publish": "node -e 'process.exit()'"
},
"repository": {
"type": "git",
"url": "https://github.com/libp2p/interface-stream-muxer.git"
},
"keywords": [
"Streams",
"Muxer",
"Interface"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/libp2p/interface-stream-muxer/issues"
},
"homepage": "https://github.com/libp2p/interface-stream-muxer",
"dependencies": {
"abort-controller": "^3.0.0",
"abortable-iterator": "^2.1.0",
"chai": "^4.2.0",
"chai-checkmark": "^1.0.1",
"detect-node": "^2.0.4",
"it-pair": "^1.0.0",
"it-pipe": "^1.0.1",
"libp2p-tcp": "^0.14.0",
"multiaddr": "^7.1.0",
"p-limit": "^2.2.0",
"streaming-iterables": "^4.1.0"
},
"devDependencies": {
"aegir": "^20.0.0"
},
"contributors": [
"Alan Shaw <[email protected]>",
"David Dias <[email protected]>",
"David Dias <[email protected]>",
"Dmitriy Ryajov <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Jacob Heun <[email protected]>",
"Jeffrey Hulten <[email protected]>",
"Vasco Santos <[email protected]>",
"greenkeeperio-bot <[email protected]>",
"ᴠɪᴄᴛᴏʀ ʙᴊᴇʟᴋʜᴏʟᴍ <[email protected]>"
]
}