Updated basic infos in package

This commit is contained in:
Nicolai Ort 2021-02-13 21:52:06 +01:00
parent 906107298d
commit 6b5ba5d9f9

View File

@ -1,18 +1,34 @@
{ {
"name": "@lfk/docs-de", "name": "@odit/lfk-docs",
"version": "0.0.1", "version": "0.0.1",
"description": "The german documentation for the lfk", "description": "The documentation for the LfK! 'Läufersystem'.",
"main": "index.js", "main": "index.js",
"authors": { "author": {
"name": "", "name": "ODIT.Services",
"email": "" "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": { "scripts": {
"dev": "vuepress dev src", "dev": "vuepress dev src",
"build": "vuepress build src" "build": "vuepress build src"
}, },
"license": "MIT", "license": "CC-BY-NC-SA-4.0",
"devDependencies": { "devDependencies": {
"vuepress": "^1.5.3" "vuepress": "^1.5.3"
}, },