@shower/ribbon
Version:
Ribbon theme for Shower HTML presentation engine
42 lines (41 loc) • 781 B
JSON
{
"type": "module",
"name": "@shower/ribbon",
"description": "Ribbon theme for Shower HTML presentation engine",
"version": "4.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/ribbon",
"repository": {
"type": "git",
"url": "git://github.com/shower/shower.git",
"directory": "packages/ribbon"
},
"bugs": {
"url": "https://github.com/shower/shower/issues"
},
"license": "MIT",
"keywords": [
"shower",
"presentation",
"ribbon",
"theme"
],
"files": [
"fonts/**",
"pictures/**",
"styles/**",
"index.html",
"LICENSE.md",
"README.md"
],
"scripts": {
"dev": "vite"
}
}