This repository was archived by the owner on Jul 21, 2023. It is now read-only.
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
17
17
> JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport interface
18
18
19
+ ## Lead Maintainer
20
+
21
+ [ Jacob Heun] ( https://github.com/jacobheun )
22
+
19
23
## Description
20
24
21
25
` libp2p-websockets ` is the WebSockets implementation compatible with libp2p.
Original file line number Diff line number Diff line change 2
2
"name" : " libp2p-websockets" ,
3
3
"version" : " 0.12.0" ,
4
4
"description" : " JavaScript implementation of the WebSockets module that libp2p uses and that implements the interface-transport spec" ,
5
+ "leadMaintainer" : " Jacob Heun <jacobheun@gmail.com>" ,
5
6
"main" : " src/index.js" ,
6
7
"scripts" : {
7
8
"lint" : " aegir lint" ,
29
30
"keywords" : [
30
31
" IPFS"
31
32
],
32
- "author" : " David Dias <daviddias@ipfs.io>" ,
33
33
"license" : " MIT" ,
34
34
"bugs" : {
35
35
"url" : " https://github.com/libp2p/js-libp2p-websockets/issues"
49
49
"gulp" : " ^3.9.1" ,
50
50
"interface-transport" : " ~0.3.6" ,
51
51
"multiaddr" : " ^5.0.0" ,
52
- "pre-commit" : " ^1.2.2" ,
53
52
"pull-goodbye" : " 0.0.2" ,
54
53
"pull-stream" : " ^3.6.7"
55
54
},
You can’t perform that action at this time.
0 commit comments