21 lines
432 B
JSON
21 lines
432 B
JSON
|
|
{
|
||
|
|
"name": "slidev-theme-rust-vibe",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "A Rust-themed presentation theme for Slidev with vibrant orange colors and modern design",
|
||
|
|
"author": {
|
||
|
|
"name": "Jesús Pérez Lorenzo",
|
||
|
|
"email": "jpl@jesusperez.pro"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"slidev-theme",
|
||
|
|
"rust",
|
||
|
|
"presentation",
|
||
|
|
"theme"
|
||
|
|
],
|
||
|
|
"engines": {
|
||
|
|
"slidev": ">=0.48.0"
|
||
|
|
},
|
||
|
|
"license": "MIT",
|
||
|
|
"main": "index.ts"
|
||
|
|
}
|