blob: 3b01c1d5ec6c3cae2aa416c9f4c0d78e5162f316 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "moderndevslulw/tinybotweb",
"description": "a web frontend for the Tinybot Project",
"type": "project",
"license": "WTFPL",
"authors": [
{
"name": "moderndevslulw",
"email": "moderndevslulw@alright.party"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/MrMeshok/Luar"
}
],
"require": {
"erusev/parsedown": "^1.7",
"yosymfony/toml": "^1.0",
"raudius/luar": "dev-main"
}
}
|