add contributors
...copied from bitcore. Should also add bitcoinjs-lib contributors.
This commit is contained in:
parent
63d0fa96b0
commit
e097fe23ec
30
package.json
30
package.json
|
@ -6,6 +6,36 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
|
"contributors": [
|
||||||
|
{
|
||||||
|
"name": "Gordon Hall",
|
||||||
|
"email": "gordon@bitpay.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Jeff Garzik",
|
||||||
|
"email": "jgarzik@bitpay.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Manuel Araoz",
|
||||||
|
"email": "manuelaraoz@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Matias Alejo Garcia",
|
||||||
|
"email": "ematiu@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Ryan X. Charles",
|
||||||
|
"email": "ryanxcharles@gmail.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Stefan Thomas",
|
||||||
|
"email": "moon@justmoon.net"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Stephen Pair",
|
||||||
|
"email": "stephen@bitpay.com"
|
||||||
|
}
|
||||||
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"bitcoin",
|
"bitcoin",
|
||||||
"bip32",
|
"bip32",
|
||||||
|
|
Loading…
Reference in New Issue