diff --git a/README.md b/README.md index 3670b05..e583c7d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# js-libp2p-crypto +# js-libp2p-crypto-secp256k1 [![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io) [![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/) @@ -15,6 +15,10 @@ implementation of cryptographic signature generation and verification using the [secp256k1 elliptic curve](https://en.bitcoin.it/wiki/Secp256k1) popularized by Bitcoin and other crypto currencies. +## Lead Captain + +[Friedel Ziegelmayer](https://github.com/dignifiedquire/) + ## Table of Contents - [Install](#install) diff --git a/package.json b/package.json index e3c7902..67def9d 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "libp2p-crypto-secp256k1", "version": "0.2.2", "description": "Support for secp256k1 keys in libp2p-crypto", + "leadMaintainer": "Friedel Ziegelmayer ", "main": "src/index.js", "browser": { "secp256k1": "secp256k1/js" @@ -24,7 +25,6 @@ "crypto", "secp256k1" ], - "author": "Yusef Napora ", "license": "MIT", "dependencies": { "async": "^2.5.0", @@ -38,15 +38,10 @@ "benchmark": "^2.1.4", "libp2p-crypto": "~0.9.4", "chai": "^4.1.0", - "dirty-chai": "^2.0.1", - "pre-commit": "^1.2.2" + "dirty-chai": "^2.0.1" }, - "pre-commit": [ - "lint", - "test" - ], "engines": { - "node": ">=4.0.0", + "node": ">=6.0.0", "npm": ">=3.0.0" }, "repository": { @@ -62,4 +57,4 @@ "Friedel Ziegelmayer ", "Yusef Napora " ] -} \ No newline at end of file +}