{ "id": "dragruler-pf2e", "title": "Drag Ruler for PF2e", "description": "A drag ruler integration for PF2e", "version": "0.1.1", "authors": [ { "name": "Valerionn" } ], "manifest": "https://raw.githubusercontent.com/Valerionn/foundry-dragruler-pf2e/main/module.json", "download": "https://github.com/Valerionn/foundry-dragruler-pf2e/archive/refs/tags/v0.1.1.zip", "url": "https://github.com/Valerionn/foundry-dragruler-pf2e", "license": "./LICENSE", "readme": "./README", "bugs": "https://github.com/Valerionn/foundry-dragruler-pf2e/issues", "changelog": "https://github.com/Valerionn/foundry-dragruler-pf2e/blob/main/CHANGELOG.md", "compatibility": { "minimum": "12", "verified": "12" }, "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "de", "name": "Deutsch", "path": "lang/de.json" } ], "relationships": { "systems": [ { "id": "pf2e", "type": "system", "compatibility": { "minimum": "6", "verified": "6.6.2" } } ], "requires": [ { "id": "drag-ruler", "type": "module", "compatibility": { "minimum": "1.14.0", "verified": "1.14.2" } } ] }, "esmodules": [ "scripts/index.js" ] }