-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
module.json
26 lines (26 loc) · 893 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
{
"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": "[email protected]"
}
],
"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"
}