summary refs log tree commit diff
path: root/src/plugins/example-plugin/plugin.json
blob: f6c1b7ff711b8ff92797bce1a98d27e9c6a69146 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
    "id": "example-plugin",
    "name": "Fosscord example plugin",
    "authors": [
        "The Arcane Brony"
    ],
    "repository": "https://github.com/fosscord/fosscord-server",
    "license": "",
    "mainClass": "TestPlugin"
}