|
|
|
@@ -2,9 +2,9 @@
|
|
|
|
"name": "smart-doors",
|
|
|
|
"name": "smart-doors",
|
|
|
|
"title": "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.",
|
|
|
|
"description": "Makes doors smarter. Allows doors to synchronize across multiple scenes and sends chat messages when players try to open locked doors.",
|
|
|
|
"version": "1.2.0",
|
|
|
|
"version": "1.2.1",
|
|
|
|
"minimumCoreVersion" : "0.7.7",
|
|
|
|
"minimumCoreVersion" : "0.7.7",
|
|
|
|
"compatibleCoreVersion" : "0.7.8",
|
|
|
|
"compatibleCoreVersion" : "0.7.9",
|
|
|
|
"author": "Manuel Vögele",
|
|
|
|
"author": "Manuel Vögele",
|
|
|
|
"esmodules": [
|
|
|
|
"esmodules": [
|
|
|
|
"src/main.js"
|
|
|
|
"src/main.js"
|
|
|
|
@@ -18,7 +18,7 @@
|
|
|
|
],
|
|
|
|
],
|
|
|
|
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",
|
|
|
|
"url": "https://github.com/manuelVo/foundryvtt-smart-doors",
|
|
|
|
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json",
|
|
|
|
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-smart-doors/master/module.json",
|
|
|
|
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.0.zip",
|
|
|
|
"download": "https://github.com/manuelVo/foundryvtt-smart-doors/archive/v1.2.1.zip",
|
|
|
|
"readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md",
|
|
|
|
"readme": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/README.md",
|
|
|
|
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
|
|
|
|
"changelog": "https://github.com/manuelVo/foundryvtt-smart-doors/blob/master/CHANGELOG.md",
|
|
|
|
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues"
|
|
|
|
"bugs": "https://github.com/manuelVo/foundryvtt-smart-doors/issues"
|
|
|
|
|