mirror of
https://github.com/fluencelabs/js-libp2p-interfaces
synced 2025-03-16 13:50:50 +00:00
chore: add lead maintainer
chore: update dependencies
This commit is contained in:
parent
3c82be8421
commit
902f3aa1d6
@ -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 no actual limitations for it to be extended to 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)
|
||||
|
19
package.json
19
package.json
@ -2,18 +2,18 @@
|
||||
"name": "interface-connection",
|
||||
"version": "0.3.2",
|
||||
"description": "A test suite and interface you can use to implement a connection interface.",
|
||||
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"lint": "aegir-lint",
|
||||
"build": "aegir-build",
|
||||
"test": "exit 0",
|
||||
"lint": "aegir lint",
|
||||
"build": "aegir build",
|
||||
"test": "node -e 'process.exit()'",
|
||||
"release": "aegir-release --node",
|
||||
"release-minor": "aegir-release --type minor",
|
||||
"release-major": "aegir-release --type major"
|
||||
},
|
||||
"pre-commit": [
|
||||
"lint",
|
||||
"test"
|
||||
"lint"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -22,7 +22,6 @@
|
||||
"keywords": [
|
||||
"IPFS"
|
||||
],
|
||||
"author": "David Dias <daviddias@ipfs.io>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/libp2p/interface-connection/issues"
|
||||
@ -30,14 +29,14 @@
|
||||
"homepage": "https://github.com/libp2p/interface-connection",
|
||||
"dependencies": {
|
||||
"timed-tape": "~0.1.1",
|
||||
"pull-defer": "~0.2.2"
|
||||
"pull-defer": "~0.2.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"aegir": "^11.0.0"
|
||||
"aegir": "^17.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.0.0",
|
||||
"npm": ">=3.0.0"
|
||||
"node": ">=8.0.0",
|
||||
"npm": ">=6.0.0"
|
||||
},
|
||||
"contributors": [
|
||||
"David Dias <daviddias.p@gmail.com>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user