-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlua-packages.json
More file actions
43 lines (43 loc) · 1.42 KB
/
Copy pathlua-packages.json
File metadata and controls
43 lines (43 loc) · 1.42 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
{
"publisher": "OpenSemanticLab",
"author": [
"Simon Taurus"
],
"language": "en",
"url": "https://github.com/OpenSemanticLab/PagePackages",
"licenseName": "MIT",
"packages": {
"Lustache": {
"globalID": "org.open-semantic-lab.lustache",
"publisherURL": "https://open-semantic-lab.org",
"description": "lustache - Logic-less <nowiki>{{mustache}}</nowiki> templates with Lua - based on https://github.com/Olivine-Labs/lustache",
"version": "0.2.0",
"baseUrl": "https://raw.githubusercontent.com/OpenSemanticLab/lustache/scribunto-module-pages/src/",
"pages": [
{
"name": "Lustache",
"namespace": "NS_MODULE",
"url": "https://raw.githubusercontent.com/OpenSemanticLab/lustache/scribunto-module-pages/src/lustache.lua"
},
{
"name": "Lustache/Context",
"namespace": "NS_MODULE",
"url": "https://raw.githubusercontent.com/OpenSemanticLab/lustache/scribunto-module-pages/src/lustache/context.lua"
},
{
"name": "Lustache/Renderer",
"namespace": "NS_MODULE",
"url": "https://raw.githubusercontent.com/OpenSemanticLab/lustache/scribunto-module-pages/src/lustache/renderer.lua"
},
{
"name": "Lustache/Scanner",
"namespace": "NS_MODULE",
"url": "https://raw.githubusercontent.com/OpenSemanticLab/lustache/scribunto-module-pages/src/lustache/scanner.lua"
}
],
"requiredExtensions": [
"Scribunto"
]
}
}
}