mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-04-24 22:52:35 +00:00
chore: add lead maintainer
This commit is contained in:
parent
af8dd54bc9
commit
9fe803f271
@ -15,6 +15,10 @@ Publishing a test suite as a module lets multiple modules all ensure compatibili
|
||||
|
||||
The API is presented with both Node.js and Go primitives, however, there is not actual limitations for it to be extended for any other language, pushing forward the cross compatibility and interop through diferent stacks.
|
||||
|
||||
## Lead Maintainer
|
||||
|
||||
[Jacob Heun](https://github.com/jacobheun/)
|
||||
|
||||
## Modules that implement the interface
|
||||
|
||||
- [JavaScript libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy)
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "interface-stream-muxer",
|
||||
"version": "0.5.9",
|
||||
"description": "A test suite and interface you can use to implement a stream muxer.",
|
||||
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
||||
"main": "src/index.js",
|
||||
"browser": {
|
||||
"libp2p-tcp": false
|
||||
@ -26,7 +27,6 @@
|
||||
"Muxer",
|
||||
"Interface"
|
||||
],
|
||||
"author": "David Dias <daviddias@ipfs.io>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/libp2p/interface-stream-muxer/issues"
|
||||
|
Loading…
x
Reference in New Issue
Block a user