forked from cswendrowski/FoundryVtt-Npc-Chatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
27 lines (27 loc) · 802 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "npc-chatter",
"title": "NPC Chatter",
"description": "Your NPCs have things to say",
"semanticVersion": "2.2.0",
"version": "2.2.0",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"author": "Cody Swendrowski <cody@swendrowski.us>",
"scripts": [
"./npcchatter.js"
],
"socket": true,
"styles": [],
"languages": [],
"packs": [
{
"name": "npcchatter",
"label": "NPC Chatter",
"path": "./packs/npc-chatter.db",
"entity": "Macro"
}
],
"url": "https://github.com/cswendrowski/FoundryVtt-Npc-Chatter",
"manifest": "https://raw.githubusercontent.com/cswendrowski/FoundryVtt-Npc-Chatter/master/module.json",
"download": "https://github.com/cswendrowski/FoundryVtt-Npc-Chatter/releases/download/v2.2.0/npcchatter.zip"
}