20 lines
457 B
JSON
20 lines
457 B
JSON
{
|
|
"name": "smart-doors",
|
|
"title": "Smart Doors",
|
|
"description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.",
|
|
"version": "0.1.alpha1",
|
|
"minimumCoreVersion" : "0.7.7",
|
|
"compatibleCoreVersion" : "0.7.8",
|
|
"author": "Manuel Vögele",
|
|
"esmodules": [
|
|
"./main.js"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en.json"
|
|
}
|
|
]
|
|
}
|