summary refs log tree commit diff
path: root/src/plugins/example-plugin/plugin.json
blob: 2fcb7a008921825c71af2ca78fa8c699899ed747 (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": "",
    "index": "ExamplePlugin.js"
}