{
    "name": "SemanticResultFormats",
	"version": "5.1.0",
	"author": [
		"James Hong Kong",
		"Stephan Gambke",
		"[https://www.entropywins.wtf/mediawiki Jeroen De Dauw]",
		"Yaron Koren",
		"..."
	],
	"url": "https://www.semantic-mediawiki.org/wiki/Extension:Semantic_Result_Formats",
	"descriptionmsg": "srf-desc",
	"namemsg": "srf-name",
	"license-name": "GPL-2.0-or-later",
	"type": "semantic",
	"requires": {
		"MediaWiki": ">= 1.39",
		"extensions": {
			"SemanticMediaWiki": ">= 4.2"
		}
	},
	"MessagesDirs": {
		"SemanticResultFormats": [
			"i18n"
		]
	},
	"callback": "SemanticResultFormats::initExtension",
	"ExtensionFunctions": [
		"SemanticResultFormats::onExtensionFunction"
	],
	"AutoloadClasses": {
		"SRF\\Carousel": "formats/carousel/Carousel.php"
	},
	"AutoloadNamespaces": {
		"SRF\\DataTables\\": "formats/datatables"
	},
	"TestAutoloadNamespaces": {
		"SRF\\Tests\\": "tests/phpunit/"
	},
	"QUnitTestModule": {
		"localBasePath": "tests/qunit/",
		"remoteExtPath": "SemanticResultFormats/tests/qunit/",
		"scripts": [
			"ext.srf.test.js",
			"ext.srf.util.test.js",
			"formats/ext.srf.formats.datatables.test.js",
			"formats/ext.srf.formats.carousel.test.js",
			"formats/ext.srf.formats.eventcalendar.tests.js",
			"formats/ext.srf.formats.filtered.test.js",
			"formats/ext.srf.formats.gallery.test.js",
			"formats/ext.srf.formats.media.test.js",
			"formats/ext.srf.formats.tagcloud.test.js",
			"widgets/ext.srf.widgets.eventcalendar.tests.js",
			"widgets/ext.srf.widgets.optionslist.test.js",
			"widgets/ext.srf.widgets.panel.test.js",
			"widgets/ext.srf.widgets.parameters.test.js"
		],
		"dependencies": [
			"ext.srf",
			"ext.srf.util",
			"ext.srf.eventcalendar",
			"ext.srf.datatables.v2.format",
			"ext.srf.carousel.module",
			"ext.srf.carousel",
			"ext.srf.widgets",
			"ext.srf.gallery.overlay",
			"ext.srf.gallery.carousel",
			"ext.srf.gallery.slideshow",
			"ext.srf.gallery.redirect",
			"ext.srf.formats.media",
			"ext.srf.formats.tagcloud",
			"ext.srf.filtered.value-filter.select"
		]
	},
	"load_composer_autoloader": true,
	"manifest_version": 2
}
