forked from kakaroto/fvtt-module-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
20 lines (20 loc) · 692 Bytes
/
module.json
File metadata and controls
20 lines (20 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "api",
"name": "api",
"title": "HTTP API",
"description": "<p>Provides access to the FVTT API through HTTP for external integration</p><p>See README for details.</p>",
"version": "0.4.1",
"author": "KaKaRoTo",
"scripts": [],
"styles": [],
"packs": [],
"url": "https://github.com/GustavoJPereira/fvtt-module-api",
"manifest": "https://github.com/GustavoJPereira/fvtt-module-api/master/module.json",
"download": "https://github.com/GustavoJPereira/fvtt-module-api/archive/v0.4.1.zip",
"minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9",
"compatibility": {
"minimum": "0.8.0",
"verified": "11"
}
}