From 4160581a82c639b3e47f359b63d0bf263a0392e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 16 Aug 2021 00:07:37 +0200 Subject: [PATCH] package.json: add contributors field MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/package.json b/package.json index 61cfbd10..f49ed11b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,13 @@ }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility Labs France ", + "contributors": [ + { + "name": "Jérôme Benoit", + "email": "jerome.benoit@piment-noir.org", + "url": "https://github.com/jerome-benoit" + } + ], "license": "Apache-2.0", "licenses": [ { -- 2.34.1