summaryrefslogtreecommitdiff
path: root/40-abschlusspraesentation/package.json
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-05-24 17:42:08 +0200
committerOrangerot <purple@orangerot.dev>2024-05-24 17:47:22 +0200
commit7fcdc1c788725f866de71fc9dfd8c4d1cb132b57 (patch)
tree89931c85ae3f149884ba02c69862558e93f01531 /40-abschlusspraesentation/package.json
Initial commitHEADmain
Diffstat (limited to '40-abschlusspraesentation/package.json')
-rw-r--r--40-abschlusspraesentation/package.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/40-abschlusspraesentation/package.json b/40-abschlusspraesentation/package.json
new file mode 100644
index 0000000..612e8e1
--- /dev/null
+++ b/40-abschlusspraesentation/package.json
@@ -0,0 +1,23 @@
+{
+ "name": "abschlusspraesentation",
+ "version": "1.0.0",
+ "description": "## Getting started",
+ "main": "script.js",
+ "scripts": {
+ "build": "reveal-md presentatioin.md --static public --static-dirs assets",
+ "dev": "reveal-md presentation.md -w"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://git@gitlab.com/pse-squared/abschlusspraesentation.git"
+ },
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://gitlab.com/pse-squared/abschlusspraesentation/issues"
+ },
+ "homepage": "https://gitlab.com/pse-squared/abschlusspraesentation#readme",
+ "dependencies": {
+ "reveal-md": "^5.4.1"
+ }
+}