{ "name": "travel-pace", "title": "Travel Pace for D&D 5e", "description": "Calculate player's journey time in Travel Pace", "version": "1.0.1", "minimumCoreVersion": "0.6.2", "compatibleCoreVersion": "0.7.9", "author": "Renato innocenti", "authors": [ { "name": "Innocenti", "discord": "Innocenti#1455" } ], "system": "dnd5e", "styles": [ "./styles/travel-pace.css" ], "scripts": [ "./scripts/settings.js", "./scripts/travel-pace.js" ], "languages": [ { "lang": "pt-BR", "name": "Português (Brasil)", "path": "lang/pt-BR.json" }, { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "es", "name": "Español", "path": "lang/es.json" } ], "media": [ { "type": "cover", "link": "https://github.com/rinnocenti/travel-pace/raw/master/img/cover.png" }, { "type": "screenshot", "link": "https://github.com/rinnocenti/travel-pace/raw/master/img/readme01.jpg" }, { "type": "screenshot", "link": "https://github.com/rinnocenti/travel-pace/raw/master/img/readme02.jpg" }, { "type": "screenshot", "link": "https://github.com/rinnocenti/travel-pace/raw/master/img/readme03.jpg" } ], "socket": true, "url": "https://github.com/rinnocenti/travel-pace", "manifest": "https://raw.githubusercontent.com/rinnocenti/travel-pace/master/module.json", "download": "https://github.com/rinnocenti/travel-pace/archive/master.zip", "bugs": "https://github.com/rinnocenti/travel-pace/issues", "readme": "https://github.com/rinnocenti/travel-pace/blob/master/README.md" }