forked from DavisNT/ExternalRedirect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
33 lines (33 loc) · 769 Bytes
/
extension.json
File metadata and controls
33 lines (33 loc) · 769 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
32
33
{
"name": "ExternalRedirect",
"version": "2.0.3",
"author": [
"Davis Mosenkovs",
"Alexander Gesinn (gesinn.it GmbH & Co. KG)",
"Luke Eversfield (gesinn.it GmbH & Co. KG)"
],
"url": "https://github.com/gesinn-it/ExternalRedirect",
"descriptionmsg": "externalredirect-desc",
"license-name": "MIT",
"type": "other",
"requires": {
"MediaWiki": ">= 1.27"
},
"AutoloadNamespaces": {
"MediaWiki\\Extension\\ExternalRedirect\\": "src/"
},
"Hooks": {
"ParserFirstCallInit": [
"MediaWiki\\Extension\\ExternalRedirect\\ExternalRedirect::wfExternalRedirectParserInit"
]
},
"ExtensionMessagesFiles": {
"ExternalRedirectMessages": "ExternalRedirect.i18n.php"
},
"MessagesDirs": {
"ExternalRedirect": [
"i18n"
]
},
"manifest_version": 2
}