From fdb0be55764239d6122acbc362f2ccb98b57f946 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sun, 30 Nov 2014 16:32:33 -0800 Subject: [PATCH] package.json: Use real names and add current maintainers This makes our npm page look more maintained. Using real names are specified by https://www.npmjs.org/doc/files/package.json.html#people-fields-author-contributors Some maintainers are not added because: - the person is the author, or - the person chose to be private in the jadejs organization. Conversely, some private maintainers are in the package.json because they are already in it when I got it. Signed-off-by: Timothy Gu --- package.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a2bb93359..6904fd904 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,13 @@ "version": "1.8.1", "author": "TJ Holowaychuk ", "maintainers": [ - "forbeslindesay ", - "bloodyowl " + "Forbes Lindesay ", + "Matthias Le Brun ", + "Joshua Appelman ", + "Jonathan Ong ", + "Alex Kocharin ", + "Hemanth ", + "Timothy Gu " ], "license": "MIT", "repository": {