{ "name": "macro-among-friends", "title": "Macro Among Friends", "description": "Simple module that uses socketlib to allows you to have player A execute a macro for player B.", "version": "0.0.1", "library": "false", "manifestPlusVersion": "1.0.0", "minimumCoreVersion": "9", "compatibleCoreVersion": "9", "authors": [ { "name": "Krig", "discord": "Krigsmaskine#8165" } ], "dependencies": [ { "name": "socketlib", "manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json" }, { "name": "advanced-macros", "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/fvtt-advanced-macros/main/module.json" } ], "conflicts": [ ], "esmodules": [ "scripts/module.js" ], "scripts": [ "scripts/lib/lib.js" ], "styles": [ "styles/module.css" ], "languages": [ { "lang": "en", "name": "English", "path": "languages/en.json" } ], "socket": true, "license": "https://github.com/Krigsmaskine/fvtt-macro-among-friends/blob/main/LICENSE", "readme": "https://github.com/Krigsmaskine/fvtt-macro-among-friends/blob/main/README.md", "manifest": "https://github.com/Krigsmaskine/fvtt-macro-among-friends/releases/download/latest/module.json", "download": "https://github.com/Krigsmaskine/fvtt-macro-among-friends/releases/download/latest/module.zip" }