18 lines
510 B
JSON
Raw Normal View History

2019-08-15 10:18:48 +02:00
{
"name": "AuthMinetest",
"version": "1.0.0",
"author": [
"Gabriel Pérez-Cerezo",
"David Mudrák",
"Thomas Rudin"
],
"url": "https://github.com/thomasrudin-mt/mt_auth_proxy",
"description": "Extension for MediaWiki allowing to authenticate users against Minetest servers",
"license-name": "GPL-3.0+",
"type": "auth",
"AutoloadClasses": {
"MediaWiki\\Auth\\MinetestPasswordPrimaryAuthenticationProvider": "MinetestPasswordPrimaryAuthenticationProvider.php"
},
"manifest_version": 1
}