-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.json
More file actions
26 lines (26 loc) · 893 Bytes
/
module.json
File metadata and controls
26 lines (26 loc) · 893 Bytes
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
{
"name": "jal",
"id": "jal",
"title": "Journal Anchor Links",
"description": "A library that provides Journals with much awaited page anchors, similar to how HTML supports it.",
"authors": [
{
"name": "aMediocreDad",
"email": "hello@amediocre.dev"
}
],
"library": true,
"version": "4.2.2",
"minimumCoreVersion": 10,
"compatibility": {
"minimum": 10,
"verified": 11
},
"scripts": ["lib/lib.js"],
"url": "https://github.com/aMediocreDad/jal/",
"license": "https://raw.githubusercontent.com/aMediocreDad/jal/main/LICENSE",
"readme": "https://raw.githubusercontent.com/aMediocreDad/jal/main/README.md",
"changelog": "https://raw.githubusercontent.com/aMediocreDad/jal/main/CHANGELOG.md",
"manifest": "https://github.com/aMediocreDad/jal/releases/latest/download/module.json",
"download": "https://github.com/aMediocreDad/jal/releases/download/v4.2.2/module.zip"
}