From 200090935f1ec61aa4f2c5b2956c15c48cf5b63b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Tue, 24 Nov 2020 20:13:56 +0100 Subject: [PATCH] Updated author, contributors and license ref #1 --- package.json | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c255d5..8f0cf32 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,24 @@ "version": "1.0.0", "main": "src/app.ts", "repository": "https://git.odit.services/lfk/backend", - "author": "Philipp Dormann ", - "license": "MIT", + "author": { + "name" : "ODIT.Services", + "email" : "info@odit.services", + "url" : "https://odit.services" + }, + "contributors":[ + { + "name": "Philipp Dormann", + "email": "philipp@philippdormann.de", + "url": "https://philippdormann.de" + }, + { + "name": "Nicolai Ort", + "email": "info@nicolai-ort.com", + "url": "https://nicolai-ort.com" + } + ], + "license": "CC-BY-NC-SA-4.0", "dependencies": { "consola": "^2.15.0", "express": "^4.17.1",