From 7c82d4b4e14652356be595f1c6d2f9fbfe9c9cc2 Mon Sep 17 00:00:00 2001 From: indexzero Date: Sat, 8 Oct 2011 20:34:39 -0400 Subject: [PATCH] [dist] Update contributors in package.json --- package.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 1f380cad..383f1f47 100644 --- a/package.json +++ b/package.json @@ -3,16 +3,13 @@ "preferGlobal": "true", "description": "A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)", "version": "0.6.9", - "author": "Charlie Robbins ", + "author": "Nodejitsu Inc ", "contributors": [ - { - "name": "Fedor Indutny", - "email": "fedor.indutny@gmail.com" - }, - { - "name": "James Halliday", - "email": "mail@substack.net" - } + { "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }, + { "name": "Fedor Indutny", "email": "fedor.indutny@gmail.com" }, + { "name": "James Halliday", "email": "mail@substack.net" }, + { "name": "Bradley Meck", "email": "bradley@nodejitsu.com" }, + { "name": "Dominic Tarr", "email": "dominic@nodejitsu.com" } ], "repository": { "type": "git",