From 8610d7835f04f11ca708a1b5feee34167b4bb5df Mon Sep 17 00:00:00 2001 From: Nuno Job Date: Mon, 16 Jan 2012 22:50:19 +0000 Subject: [PATCH] [package.json] added @thejh --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a25045f7..7b39301f 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ , "description" : "SAX based evented streaming JSON parser in JavaScript (browser and node)" , "author" : "Nuno Job (http://nunojob.com/)" +, "contributors": [ "Jann Horn (https://github.com/thejh)" ] , "version" : "0.5.6" , "main" : "./clarinet.js" , "homepage" : "https://github.com/dscape/clarinet"