-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
module.json
26 lines (26 loc) · 1015 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "forien-copy-environment",
"title": "Forien's Copy Environment",
"description": "Allows for copying TXT/JSON list of system/modules and versions, and gives ability to export/import game settings",
"author": "Forien — Forien#2130",
"authors": [
{
"name": "Forien",
"url": "https://www.patreon.com/forien"
}
],
"version": "1.1.1",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.7.1",
"url": "https://github.com/Forien/foundryvtt-forien-copy-environment",
"manifest": "https://raw.githubusercontent.com/Forien/foundryvtt-forien-copy-environment/master/module.json",
"download": "https://github.com/Forien/foundryvtt-forien-copy-environment/releases/download/v1.1.1/v1.1.1.zip",
"readme": "https://github.com/Forien/foundryvtt-forien-copy-environment/blob/v1.1.1/README.md",
"bugs": "https://github.com/Forien/foundryvtt-forien-copy-environment/issues",
"esmodules": [
"./modules/init.js"
],
"scripts": [
"./scripts/prompt.js"
]
}