forked from CarnVanBeck/vtt-resource-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
35 lines (35 loc) · 963 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
28
29
30
31
32
33
34
35
{
"name": "vtt-resource-tracker",
"title": "Resource Tracker",
"description": "Allows you to track resources on the token hud",
"version": "0.8.1",
"author": "CarnVanBeck",
"socket": false,
"languages": [
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"esmodules": [],
"scripts": [
"/scripts/resource-tracker.js"
],
"styles": [
"/styles/resource-tracker.css"
],
"url": "https://github.com/CarnVanBeck/vtt-resource-tracker",
"download": "https://github.com/CarnVanBeck/vtt-resource-tracker/archive/v0.8.1.zip",
"manifest": "https://raw.githubusercontent.com/CarnVanBeck/vtt-resource-tracker/master/module.json",
"bugs": "https://github.com/CarnVanBeck/vtt-resource-tracker/issues",
"allowBugReporter": true,
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.8.9"
}