diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..6c2f494 --- /dev/null +++ b/composer.json @@ -0,0 +1,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" + } +} |
