summaryrefslogtreecommitdiffstats
path: root/documentation/package.json
diff options
context:
space:
mode:
authorJannik Schönartz2020-04-23 18:37:49 +0200
committerJannik Schönartz2020-04-23 18:37:49 +0200
commitc0ec2137785d2d9e2edc62d463c85a5d379ee7e4 (patch)
tree8ccab40312f6b54a0daad12b9f79ed69b9a43705 /documentation/package.json
parent[server/registration] Fix manual registraion (diff)
downloadbas-c0ec2137785d2d9e2edc62d463c85a5d379ee7e4.tar.gz
bas-c0ec2137785d2d9e2edc62d463c85a5d379ee7e4.tar.xz
bas-c0ec2137785d2d9e2edc62d463c85a5d379ee7e4.zip
npm audit fix & yarn for documentation
Diffstat (limited to 'documentation/package.json')
-rw-r--r--documentation/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/package.json b/documentation/package.json
new file mode 100644
index 0000000..3ef3919
--- /dev/null
+++ b/documentation/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "documentation",
+ "version": "1.0.0",
+ "description": "--- home: true heroImage: /img/logo-light.svg actionText: Get Started → actionLink: /webapp/ footer: Albert-Ludwigs-Universität Freiburg | Copyright © 2019 ---",
+ "dependencies": {
+ "vuepress": "^1.4.1"
+ },
+ "devDependencies": {},
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "ISC"
+}