dragonroll/plugins/dnd-5e/plugin.json

17 lines
326 B
JSON

{
"package": "dnd-5e",
"name": "Dnd 5e System",
"description": "This plugin provides the Dnd 5e module",
"authors": [
{
"name": "Aran Roig"
}
],
"version": "0.1",
"client": {
"entrypoint": "main.js"
},
"backend": {
"entrypoint": "main.js"
}
}