aboutsummaryrefslogtreecommitdiff
path: root/extension.json
blob: f6b4d07a7ca2aa9dbef3cd6eab6e763ea099ff5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"name": "AuthMinetest",
	"version": "1.0.0",
	"author": [
	    "Gabriel Pérez-Cerezo",
	    "David Mudrák"
	],
	"url": "https://git.bananach.space/AuthMinetest.git",
	"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
}