blob: 612e8e1bf40748c19e0dae991e7536f71d9289a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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"
}
}
|