Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
{
"name": "pathbuilder2e-import",
"title": "Pathbuilder 2e Import",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e. NOT COMPATABLE WITH FOUNDRY v9",
"author": "slate",
"version": "0.9.1",
"minimumCoreVersion": "9.235",
"description": "This module allows players and GMs to import player characters built in Pathbuilder 2e.",
"authors": [
{"name" : "slate"}, {"name" : "kobseryqum"}
],
"version": "0.10.0",
"minimumCoreVersion": "10",
"compatibleCoreVersion": "9.255",
"esmodules": [
"pathbuilder-import-min.js"
],
"styles": [],
"packs": [],
"license": "MIT",
"url": "https://github.com/zarmstrong/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/zarmstrong/foundry-pathbuilder2e-import/master/module.json",
"download": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/releases/download/foundry-pathbuilder2e-import-0.9.1/foundry-pathbuilder2e-import-0.9.1.zip",
"changelog": "https://github.com/zarmstrong/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/zarmstrong/herovau.lt-foundry/issues",
"url": "https://github.com/kobseryqum/foundry-pathbuilder2e-import",
"manifest": "https://raw.githubusercontent.com/kobseryqum/foundry-pathbuilder2e-import/master/module.json",
"download": "",
"changelog": "https://github.com/kobseryqum/foundry-pathbuilder2e-import/blob/master/CHANGELOG.md",
"bugs": "https://github.com/kobseryqum/foundry-pathbuilder2e-import/issues",
"flags": {
"allowBugReporter": false
}
Expand Down
Loading