From 9c27eecdb9711f8c97a91c69e8b4f345a879f943 Mon Sep 17 00:00:00 2001
From: Daniel Cousens <github@dcousens.com>
Date: Tue, 10 Jun 2014 17:48:32 +1000
Subject: [PATCH] package: add contributors

---
 package.json | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 5a78b4a..7f7a57b 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,28 @@
     "client",
     "library"
   ],
-  "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
+  "contributors": [
+    {
+      "name": "Daniel Cousens",
+      "email": "bitcoin@dcousens.com",
+      "url": "http://dcousens.com"
+    },
+    {
+      "name": "Kyle Drake",
+      "email": "kyle@kyledrake.net",
+      "url": "http://kyledrake.net/"
+    },
+    {
+      "name": "Wei Lu",
+      "email": "luwei.here@gmail.com",
+      "url": "http://weilu.github.io/"
+    },
+    {
+      "name": "Stefan Thomas",
+      "email": "justmoon@members.fsf.org",
+      "url": "http://www.justmoon.net"
+    }
+  ],
   "repository": {
     "type": "git",
     "url": "https://github.com/bitcoinjs/bitcoinjs-lib.git"