48 lines
No EOL
983 B
JSON
48 lines
No EOL
983 B
JSON
{
|
|
"id": "ripcrypt",
|
|
"title": "RipCrypt",
|
|
"description": "",
|
|
"version": "0.0.1",
|
|
"compatibility": {
|
|
"minimum": 12,
|
|
"verified": 12,
|
|
"maximum": 12
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Oliver Akins",
|
|
"url": "https://oliver.akins.me"
|
|
}
|
|
],
|
|
"esmodules": [
|
|
"module/main.mjs"
|
|
],
|
|
"styles": [
|
|
"Apps/common.css",
|
|
"Apps/HeroSummaryCardV1/style.css"
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English (Canadian)",
|
|
"path": "langs/en-ca.json"
|
|
}
|
|
],
|
|
"url": "https://github.com/Oliver-Akins/Foundry-RipCrypt",
|
|
"manifest": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/module.json",
|
|
"download": "https://github.com/Oliver-Akins/Foundry-RipCrypt/releases/latest/download/release.zip",
|
|
"readme": "README.md",
|
|
"bugs": "",
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
|
"paths": ["Apps", "langs", "styles", "module"]
|
|
}
|
|
},
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"hero": {}
|
|
},
|
|
"Item": {}
|
|
}
|
|
} |