-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 732 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "macro-utils",
"title": "Macro Utilities",
"description": "Adds variaus utility functions for use in macros.",
"version": "0.2",
"author": "Bob Sleys [Thirsterhall#2424]",
"minimumCoreVersion": "0.6.0",
"compatibleCoreVersion": "0.6.0",
"url": "https://github.com/bsleys/macro-utils",
"download": "https://github.com/bsleys/macro-utils/archive/master.zip",
"manifest": "https://raw.githubusercontent.com/bsleys/macro-utils/master/module.json",
"esmodules": ["macro-utils.js"],
"packs": [
{
"name": "macro-utils",
"label": "Macro Utilities (macros)",
"system": "dnd5e",
"module": "macro-utils",
"path": "./packs/macro-utils.db",
"entity": "Macro"
}
]
}