{ "name": "dlopen", "id": "dlopen", "title": "dlopen", "description": "A library module contributed by The Forge for dynamically loading library dependencies into Foundry upon use.", "version": "1.1", "authors": [ { "name": "KaKaRoTo (The Forge)", "url": "https://forge-vtt.com" } ], "scripts": ["./dlopen.js"], "styles": [], "packs": [], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "fr", "name": "Français", "path": "lang/fr.json" }, { "lang": "fi", "name": "Suomi", "path": "lang/fi.json" }, { "lang": "pl", "name": "Polski", "path": "lang/pl.json" } ], "url": "https://github.com/ForgeVTT/fvtt-module-dlopen", "manifest": "https://raw.githubusercontent.com/ForgeVTT/fvtt-module-dlopen/master/module.json", "download": "https://github.com/ForgeVTT/fvtt-module-dlopen/archive/v1.1.zip", "minimumCoreVersion": "9", "compatibleCoreVersion": "13", "compatibility": { "minimum": "9", "verified": "13" } }