Updated basic infos in package

This commit is contained in:
Nicolai Ort 2021-02-13 21:52:06 +01:00
parent 906107298d
commit 6b5ba5d9f9
1 changed files with 23 additions and 7 deletions

View File

@ -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"
},