diff options
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" + } +} |
