24 lines
640 B
JSON
24 lines
640 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|