From 24b0cbcca6a9b9b78357633d43cda0b6638c43e3 Mon Sep 17 00:00:00 2001 From: "nicola.vurchio" Date: Wed, 10 Nov 2021 19:03:25 +0100 Subject: [PATCH] Updated package.json --- package.json | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index eed2d4c..dd7d982 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,21 @@ { "name": "@iad-os/react-ghost-auth", "version": "0.1.4", + "maintainers": [ + { + "name": "Daniele Fiungo", + "email": "daniele.fiungo@iad2.it" + }, + { + "name": "Nicola Vurchio", + "email": "nicola.vurchio@iad2.it" + }, + { + "name": "Irene La Bollita", + "email": "irene.labollita@iad2.it" + } + ], + "author": "Nicola Vurchio ", "main": "build/index.js", "module": "build/index.es.js", "jsnext:main": "build/index.es.js", @@ -37,5 +52,9 @@ ], "publishConfig": { "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/iad-os/react-ghost-auth.git" } -} +} \ No newline at end of file