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
ed604fea99
commit
ecdaf40107
@ -14,6 +14,10 @@ The purpose of this interface is not to reinvent any wheels when it comes to dia
|
||||
|
||||
The API is presented with both Node.js and Go primitives, however, there are no 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
|
||||
|
||||
- [js-libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp)
|
||||
|
@ -2,6 +2,7 @@
|
||||
"name": "interface-transport",
|
||||
"version": "0.3.6",
|
||||
"description": "A test suite and interface you can use to implement a transport.",
|
||||
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/libp2p/interface-transport.git"
|
||||
@ -24,7 +25,6 @@
|
||||
"keywords": [
|
||||
"IPFS"
|
||||
],
|
||||
"author": "David Dias <daviddias@ipfs.io>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/libp2p/interface-transport/issues"
|
||||
|
Loading…
x
Reference in New Issue
Block a user