UNPKG

@shower/material

Version:

Material theme for Shower HTML presentation engine

42 lines (41 loc) 791 B
{ "type": "module", "name": "@shower/material", "description": "Material theme for Shower HTML presentation engine", "version": "3.2.0", "publishConfig": { "access": "public" }, "author": { "name": "Vadim Makeev", "email": "hi@pepelsbey.dev", "url": "https://pepelsbey.dev" }, "homepage": "https://github.com/shower/shower/tree/main/packages/material", "repository": { "type": "git", "url": "git://github.com/shower/shower.git", "directory": "packages/material" }, "bugs": { "url": "https://github.com/shower/shower/issues" }, "license": "MIT", "keywords": [ "shower", "presentation", "material", "theme" ], "files": [ "fonts/**", "pictures/**", "styles/**", "index.html", "LICENSE.md", "README.md" ], "scripts": { "dev": "vite" } }