35 lines
870 B
JSON
35 lines
870 B
JSON
{
|
|
"name": "secure-77/perlite",
|
|
"description": "A web based markdown viewer optimized for Obsidian Notes",
|
|
"version": "1.5.9",
|
|
"type": "project",
|
|
"keywords": ["markdown viewer","obsidian notes"],
|
|
"homepage": "https://github.com/secure-77/Perlite",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "secure-77",
|
|
"email": "sec77@secure77.de",
|
|
"homepage": "https://secure77.de"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/secure-77/Perlite/issues",
|
|
"wiki": "https://github.com/secure-77/Perlite/wiki",
|
|
"chat": "https://discord.gg/pkJ347ssWT"
|
|
},
|
|
"autoload": {
|
|
"psr-4" : {
|
|
"Perlite\\": ".src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist"
|
|
},
|
|
|
|
"require": {
|
|
"erusev/parsedown": "^1.7.4"
|
|
}
|
|
|
|
}
|