From 6b5ba5d9f94f7222e8702ac4939940fd3880943c Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sat, 13 Feb 2021 21:52:06 +0100 Subject: [PATCH] Updated basic infos in package --- package.json | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index e368686..c156c75 100644 --- a/package.json +++ b/package.json @@ -1,18 +1,34 @@ { - "name": "@lfk/docs-de", + "name": "@odit/lfk-docs", "version": "0.0.1", - "description": "The german documentation for the lfk", + "description": "The documentation for the LfK! 'Läufersystem'.", "main": "index.js", - "authors": { - "name": "", - "email": "" + "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" + } + ], + "repository": { + "type": "git", + "url": "git@git.odit.services:lfk/docs.git" }, - "repository": "/@lfk/docs-de", "scripts": { "dev": "vuepress dev src", "build": "vuepress build src" }, - "license": "MIT", + "license": "CC-BY-NC-SA-4.0", "devDependencies": { "vuepress": "^1.5.3" },