-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
29 lines (28 loc) · 788 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
{
"name": "newrelic-events",
"title": "New Relic Events",
"description": "Track events in New Relic so that you can gain greater insight into your game.",
"url": "https://github.com/zstix/fvtt-newrelic-events",
"authors": [
{
"name": "Zack Stickles",
"email": "[email protected]",
"url": "https://zstix.io"
}
],
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"esmodules": [
"modules/init.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"version": "0.2.0",
"manifest": "https://github.com/zstix/fvtt-newrelic-events/releases/latest/download/module.json",
"download": "https://github.com/zstix/fvtt-newrelic-events/releases/latest/download/module.zip"
}