diff options
| author | Sam Scholten | 2025-10-19 21:29:03 +1000 |
|---|---|---|
| committer | Sam Scholten | 2025-10-19 21:29:03 +1000 |
| commit | 8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e (patch) | |
| tree | 5e0eab5c9644a99e8d2e3398c41e20a560473ed2 /package.json | |
| download | acarp-marp-theme-8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e.tar.gz acarp-marp-theme-8a2440993ce6e65b8f4b5b71a0feb3b63a9c968e.zip | |
init
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fa7df3b --- /dev/null +++ b/package.json @@ -0,0 +1,31 @@ +{ + "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" + }, + "keywords": [ + "marp", + "theme", + "academic", + "presentation", + "css-grid", + "latex", + "beamer", + "minimal" + ], + "author": "samsci <samsci@posteo.com>", + "devDependencies": { + "@marp-team/marp-cli": "^4.0.0" + } +} |
