1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
{
"name": "acarp-marp-theme",
"version": "1.0.0",
"description": "Academic Marp (acarp) theme - Minimal, grid-based theme for Marp presentations designed for academic content",
"main": "acarp.css",
"repository": {
"type": "git",
"url": "https://git.samsci.com/cgit.cgi/acarp-marp-theme/"
},
"license": "MIT",
"scripts": {
"install": "npm install",
"build": "just build",
"demo": "just demo",
"clean": "just clean",
"cleanup": "just cleanup"
},
"keywords": [
"marp",
"theme",
"academic",
"presentation",
"css-grid",
"latex",
"beamer",
"minimal"
],
"author": "samsci <samsci@posteo.com>",
"devDependencies": {
"@marp-team/marp-cli": "^4.0.0"
}
}
|