{ "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 ", "devDependencies": { "@marp-team/marp-cli": "^4.0.0" } }