mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-15 19:50:58 +00:00
add lead maintainer
This commit is contained in:
parent
651d08f67e
commit
937cc76714
@ -1,4 +1,4 @@
|
|||||||
# js-libp2p-crypto
|
# js-libp2p-crypto-secp256k1
|
||||||
|
|
||||||
[](http://ipn.io)
|
[](http://ipn.io)
|
||||||
[](http://ipfs.io/)
|
[](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
|
[secp256k1 elliptic curve](https://en.bitcoin.it/wiki/Secp256k1) popularized by Bitcoin and other
|
||||||
crypto currencies.
|
crypto currencies.
|
||||||
|
|
||||||
|
## Lead Captain
|
||||||
|
|
||||||
|
[Friedel Ziegelmayer](https://github.com/dignifiedquire/)
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
|
13
package.json
13
package.json
@ -2,6 +2,7 @@
|
|||||||
"name": "libp2p-crypto-secp256k1",
|
"name": "libp2p-crypto-secp256k1",
|
||||||
"version": "0.2.2",
|
"version": "0.2.2",
|
||||||
"description": "Support for secp256k1 keys in libp2p-crypto",
|
"description": "Support for secp256k1 keys in libp2p-crypto",
|
||||||
|
"leadMaintainer": "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
"secp256k1": "secp256k1/js"
|
"secp256k1": "secp256k1/js"
|
||||||
@ -24,7 +25,6 @@
|
|||||||
"crypto",
|
"crypto",
|
||||||
"secp256k1"
|
"secp256k1"
|
||||||
],
|
],
|
||||||
"author": "Yusef Napora <yusef@napora.org>",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^2.5.0",
|
"async": "^2.5.0",
|
||||||
@ -38,15 +38,10 @@
|
|||||||
"benchmark": "^2.1.4",
|
"benchmark": "^2.1.4",
|
||||||
"libp2p-crypto": "~0.9.4",
|
"libp2p-crypto": "~0.9.4",
|
||||||
"chai": "^4.1.0",
|
"chai": "^4.1.0",
|
||||||
"dirty-chai": "^2.0.1",
|
"dirty-chai": "^2.0.1"
|
||||||
"pre-commit": "^1.2.2"
|
|
||||||
},
|
},
|
||||||
"pre-commit": [
|
|
||||||
"lint",
|
|
||||||
"test"
|
|
||||||
],
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4.0.0",
|
"node": ">=6.0.0",
|
||||||
"npm": ">=3.0.0"
|
"npm": ">=3.0.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -62,4 +57,4 @@
|
|||||||
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
|
||||||
"Yusef Napora <yusef@napora.org>"
|
"Yusef Napora <yusef@napora.org>"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user