forked from SemanticMediaWiki/SemanticScribunto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
31 lines (31 loc) · 737 Bytes
/
extension.json
File metadata and controls
31 lines (31 loc) · 737 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
27
28
29
30
31
{
"name": "SemanticScribunto",
"version": "2.3.0-alpha",
"author": [
"James Hong Kong",
"[https://www.semantic-mediawiki.org/wiki/User:Oetterer Tobias Oetterer]"
],
"url": "https://github.com/SemanticMediaWiki/SemanticScribunto/",
"descriptionmsg": "smw-scribunto-desc",
"namemsg": "smw-scribunto-title",
"license-name": "GPL-2.0-or-later",
"type": "semantic",
"requires": {
"MediaWiki": ">= 1.35",
"extensions": {
"Scribunto": "*",
"SemanticMediaWiki": ">= 3.0"
}
},
"MessagesDirs": {
"SemanticScribunto": [
"i18n"
]
},
"callback": "SemanticScribunto::initExtension",
"ExtensionFunctions": [
"SemanticScribunto::onExtensionFunction"
],
"load_composer_autoloader":true,
"manifest_version": 2
}