stilde/package.json

21 lines
445 B
JSON
Raw Permalink Normal View History

2023-04-27 18:27:02 +02:00
{
"name": "stilde",
2024-10-03 12:26:03 +02:00
"version": "1.0.5",
2023-04-27 18:27:02 +02:00
"description": "Secure start page powered by staticrypt and tilde",
"repository": {
"type": "git",
"url": "https://git.tkapias.net/tkapias/stilde"
},
"keywords": [
"startpage",
"homepage",
"minimal",
"encrypted"
],
"author": "Tomasz Kapias <tomasz@tkapias.net> (https://tkapias.net)",
"license": "UNLICENSED",
"dependencies": {
2024-10-03 12:26:03 +02:00
"staticrypt": "^3.5.0"
2023-04-27 18:27:02 +02:00
}
}