-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
32 lines (32 loc) · 862 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
{
"name": "vassal-import",
"title": "Vassal Board Game Module Importer",
"description": "Imports Vassal board game modules",
"version": "0.7.0",
"author": "Bryan Legend",
"minimumCoreVersion": "9",
"compatibleCoreVersion": "9",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"scripts": [
"./lib/jszip/jszip-utils.min.js",
"./lib/jszip/jszip.min.js",
"./lib/FileSaver.min.js"
],
"esmodules": [
"./src/main.js"
],
"styles": [
"./css/vassal-import.css"
],
"packs": [],
"url": "https://github.com/Bryan-Legend/vassal-import",
"manifest": "https://raw.githubusercontent.com/Bryan-Legend/vassal-import/master/module.json",
"download": "https://github.com/Bryan-Legend/vassal-import/releases/download/0.7.0/vassal-import.0.7.0.zip",
"license": "MIT"
}