summaryrefslogtreecommitdiff
path: root/composer.json
blob: 6c2f4941258fc914bed01788b3596a865fabc150 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "moderndevslulw/tinybotweb",
    "description": "a web frontend for the Tinybot Project",
    "type": "project",
    "license": "WTFPL",
    "authors": [
        {
            "name": "moderndevslulw",
            "email": "moderndevslulw@alright.party"
        }
    ],
    "require": {
        "erusev/parsedown": "^1.7"
    }
}