@@ 1,3 1,5 @@
# Bearbones
-A minimalistic FoundryVTT system to complement external tabletop systems
+A minimalistic FoundryVTT system because I'm using dndbeyond for everything but the actual table top
+
+This is a hobby project and is not intended for general use.
@@ 2,6 2,7 @@
"name": "bearbones",
"title": "Bearbones is Bearbones",
"description": "My Dog ate my Character Sheet",
+ "author": "vingiesel",
"packs": [],
"languages": [],
"gridDistance": "5",
@@ 11,5 12,11 @@
"esmodules": ["Bearbones.js"],
"styles": [
"styles/style.css"
- ]
+ ],
+ "version": "1.0.0",
+ "minimumCoreVersion": "0.8.9",
+ "compatibleCoreVersion": "0.8.9",
+ "url": "https://hg.sr.ht/~vingiesel/Bearbones/",
+ "manifest": "https://hg.sr.ht/~vingiesel/Bearbones/raw/system.json?rev=tip",
+ "download": "https://hg.sr.ht/~vingiesel/Bearbones/archive/tip.tar.gz"
}
No newline at end of file