diff --git a/README.md b/README.md index 446b792..759c9be 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ This repo contains the JavaScript implementation of secio, an encryption protocol used in libp2p. This is based on this [go implementation](https://github.com/libp2p/go-libp2p-secio). +## Lead Maintainer + +[Friedel Ziegelmayer](https://github.com/dignifiedquire/) + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index 6b81917..591cfd3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-secio", "version": "0.10.0", "description": "Secio implementation in JavaScript", + "leadMaintainer": "Friedel Ziegelmayer ", "main": "src/index.js", "scripts": { "lint": "aegir lint", @@ -22,16 +23,15 @@ "crypto", "rsa" ], - "author": "Friedel Ziegelmayer ", "license": "MIT", "dependencies": { "async": "^2.6.0", "debug": "^3.1.0", "interface-connection": "~0.3.2", - "libp2p-crypto": "~0.12.1", + "libp2p-crypto": "~0.13.0", "multihashing-async": "~0.4.8", "peer-id": "~0.10.7", - "peer-info": "^0.14.0", + "peer-info": "^0.14.1", "protons": "^1.0.1", "pull-defer": "^0.2.2", "pull-handshake": "^1.1.4", @@ -39,21 +39,16 @@ "pull-stream": "^3.6.7" }, "devDependencies": { - "aegir": "^13.0.6", + "aegir": "^13.1.0", "benchmark": "^2.1.4", "chai": "^4.1.2", "dirty-chai": "^2.0.1", "gulp": "^3.9.1", - "libp2p-websockets": "~0.11.0", - "multistream-select": "^0.14.1", - "pre-commit": "^1.2.2", + "libp2p-websockets": "~0.12.0", + "multistream-select": "^0.14.2", "pull-goodbye": "0.0.2", "pull-pair": "^1.1.0" }, - "pre-commit": [ - "lint", - "test" - ], "engines": { "node": ">=6.0.0", "npm": ">=3.0.0"