Browse Source

add bitcoinjs contributors

...since some of the source code comes from bitcoinjs
patch-2
Ryan X. Charles 11 years ago
parent
commit
b7bde14e06
  1. 12
      package.json

12
package.json

@ -7,6 +7,10 @@
"test": "mocha" "test": "mocha"
}, },
"contributors": [ "contributors": [
{
"name": "Daniel Cousens",
"email": "bitcoin@dcousens.com"
},
{ {
"name": "Gordon Hall", "name": "Gordon Hall",
"email": "gordon@bitpay.com" "email": "gordon@bitpay.com"
@ -15,6 +19,10 @@
"name": "Jeff Garzik", "name": "Jeff Garzik",
"email": "jgarzik@bitpay.com" "email": "jgarzik@bitpay.com"
}, },
{
"name": "Kyle Drake",
"email": "kyle@kyledrake.net"
},
{ {
"name": "Manuel Araoz", "name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com" "email": "manuelaraoz@gmail.com"
@ -34,6 +42,10 @@
{ {
"name": "Stephen Pair", "name": "Stephen Pair",
"email": "stephen@bitpay.com" "email": "stephen@bitpay.com"
},
{
"name": "Wei Lu",
"email": "luwei.here@gmail.com"
} }
], ],
"keywords": [ "keywords": [

Loading…
Cancel
Save