From a03d3e8e5246fca59155059fd0c1732b82c8c314 Mon Sep 17 00:00:00 2001 From: Harry Moreno Date: Mon, 4 Apr 2016 11:15:16 -0400 Subject: [PATCH] add contributors to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index c16bc11d..c91e5984 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,9 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "author": "rt2zz ", + "contributors": [ + "Harry Moreno (http://harrymoreno.com/)", + "Nick Pomfret" + ], "license": "MIT" }