Skip to content

Commit

Permalink
Add temporary test-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-splotches committed Dec 13, 2021
1 parent 8351632 commit 706eaae
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions module-neon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "special-dice-roller",
"title": "Special Dice Roller",
"description": "Supports rolling dice for: Legend of the 5 Rings 5th edition, Genesys, Vampire the Masquerade 5th edition, FFG's Star Wars TTRPG, WFRP3, HeroQuest, HeXXen 1733, The One Ring, Descent 2nd Edition, Neon City Overdrive. Check out the README.md on the homepage for a guide on how to roll various dice.",
"version": "0.15.0",
"author": "Bernhard Posselt",
"scripts": ["./dist/main.js"],
"styles": ["./public/css/styles.css"],
"packs": [],
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.5",
"url": "https://github.com/pascal-splotches/foundryvtt-special-dice-roller/tree/feature/neon-city-overdrive",
"manifest": "https://raw.githubusercontent.com/pascal-splotches/foundryvtt-special-dice-roller/feature/neon-city-overdrive/module-neon.json",
"download": "https://github.com/pascal-splotches/foundryvtt-special-dice-roller/archive/refs/heads/feature/neon-city-overdrive.zip"
}

0 comments on commit 706eaae

Please sign in to comment.