-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
57 lines (55 loc) · 1.27 KB
/
module.json
File metadata and controls
57 lines (55 loc) · 1.27 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"id": "foundry-graph",
"title": "Foundry Graph",
"description": "Draw graphs of different styles",
"version": "#{VERSION}#",
"library": "false",
"compatibility": { "minimum": "13", "verified": "14", "maximum": "14" },
"authors": [
{
"name": "Luca Gioppo",
"url": "https://github.com/gioppoluca/foundry-graph",
"discord": "gioppoluca"
}
],
"dependencies": [
],
"conflicts": [
],
"esmodules": [
"scripts/module.js"
],
"scripts": [
"scripts/lib/lib.js",
"scripts/lib/FileSaver.min.js",
"scripts/lib/leaflet.js",
"scripts/lib/leaflet-geoman.js",
"scripts/lib/d3.js",
"scripts/lib/family-chart.min.js",
"scripts/lib/vis-timeline.min.js",
"scripts/lib/js_family_tree.umd.js"
],
"styles": [
"scripts/lib/leaflet.css",
"scripts/lib/leaflet-geoman.css",
"styles/module.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "languages/en.json"
}
],
"url": "#{URL}#",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"license": "LICENSE",
"readme": "README.md",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/71292812?s=400&u=ccdb4eeb7abf551ca8f314e5a9bfd0479a4d3d41&v=4"
}
]
}