ditch typhon in favor of doing it raw
This commit is contained in:
35
module.json
35
module.json
@@ -1,12 +1,11 @@
|
||||
{
|
||||
"id": "rush-character-archive-foundry-module",
|
||||
"title": "Rush Character Archive",
|
||||
"description": "Provides a bare-bones Foundry module template repo to get set up with using the TyphonJS Runtime Library and Svelte with ES Modules.",
|
||||
"description": "A module for sharing character files across foundry instances.",
|
||||
"version": "0.0.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "badgers",
|
||||
"url": "YOUR URL HERE"
|
||||
"name": "badgers"
|
||||
}
|
||||
],
|
||||
"compatibility": {
|
||||
@@ -14,32 +13,6 @@
|
||||
"verified": "11"
|
||||
},
|
||||
"esmodules": [
|
||||
"dist/rush-character-archive-foundry-module.js"
|
||||
],
|
||||
"styles": [
|
||||
"dist/rush-character-archive-foundry-module.css"
|
||||
],
|
||||
"flags": {
|
||||
"hotReload": {
|
||||
"extensions": ["json"],
|
||||
"paths": ["lang"]
|
||||
}
|
||||
},
|
||||
"languages": [
|
||||
{
|
||||
"lang": "en",
|
||||
"name": "English",
|
||||
"path": "lang/en.json"
|
||||
}
|
||||
],
|
||||
"socket": false,
|
||||
"url": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm",
|
||||
"readme": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/blob/master/README.md",
|
||||
"bugs": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/issues",
|
||||
"changelog": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/",
|
||||
"manifest": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/latest/download/module.json",
|
||||
"download": "https://github.com/typhonjs-fvtt-demo/template-svelte-esm/releases/download/0.0.0/module.zip",
|
||||
"protected": false,
|
||||
"coreTranslation": false,
|
||||
"library": false
|
||||
"scripts/index.js"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user