diff options
Diffstat (limited to '40-abschlusspraesentation/package.json')
-rw-r--r-- | 40-abschlusspraesentation/package.json | 23 |
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" + } +} |