From e097fe23ec43cf4d4db30b0d14b52cc3894bbae3 Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sun, 24 Aug 2014 20:41:36 -0700 Subject: [PATCH] add contributors ...copied from bitcore. Should also add bitcoinjs-lib contributors. --- package.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/package.json b/package.json index c6867a8..5282640 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,36 @@ "scripts": { "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": [ "bitcoin", "bip32",