1
0
mirror of https://github.com/fluencelabs/js-libp2p-interfaces synced 2025-03-31 16:31:21 +00:00

docs: add lead-maintainer

This commit is contained in:
Vasco Santos 2018-10-31 13:36:33 +00:00 committed by David Dias
parent 0c841ede8d
commit 4fba00b7b1
2 changed files with 5 additions and 0 deletions

@ -14,6 +14,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. 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
[Vasco Santos](https://github.com/vasco-santos).
## Modules that implement the interface ## Modules that implement the interface
- [JavaScript libp2p-mdns](https://github.com/libp2p/js-libp2p-mdns) - [JavaScript libp2p-mdns](https://github.com/libp2p/js-libp2p-mdns)

@ -2,6 +2,7 @@
"name": "interface-discovery", "name": "interface-discovery",
"version": "0.0.2", "version": "0.0.2",
"description": "A test suite and interface you can use to implement a discovery interface.", "description": "A test suite and interface you can use to implement a discovery interface.",
"leadMaintainer": "Vasco Santos <vasco.santos@moxy.studio>",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"lint": "aegir-lint", "lint": "aegir-lint",