RC-4 | Repo initialization
This commit is contained in:
parent
0787446c8d
commit
a48071b29a
11 changed files with 2419 additions and 0 deletions
43
module.json
Normal file
43
module.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"id": "ripcrypt",
|
||||
"title": "RipCrypt",
|
||||
"description": "",
|
||||
"version": "0.0.0",
|
||||
"compatibility": {
|
||||
"minimum": 12,
|
||||
"verified": 12,
|
||||
"maximum": 12
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Oliver Akins",
|
||||
"url": "https://oliver.akins.me"
|
||||
}
|
||||
],
|
||||
"esmodules": [
|
||||
"module/main.mjs"
|
||||
],
|
||||
"styles": [],
|
||||
"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": {},
|
||||
"Item": {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue