{
	"name": "georgringer/news-administration",
	"type": "typo3-cms-extension",
	"description": "",
	"keywords": [
		"TYPO3",
		"extension",
		"article",
		"news"
	],
	"homepage": "https://github.com/georgringer/news_administration",
	"support": {
		"source": "https://github.com/georgringer/news_administration",
		"issues": "https://github.com/georgringer/news_administration/issues"
	},
	"authors": [
		{
			"name": "Georg Ringer",
			"role": "Developer"
		}
	],
	"license": [
		"GPL-2.0-or-later"
	],
	"require": {
		"georgringer/news": "^12 || ^13 || ^14.1 || @dev",
		"typo3/cms-core": "^13 || ^14"
	},
	"autoload": {
		"psr-4": {
			"GeorgRinger\\NewsAdministration\\": "Classes"
		}
	},
	"extra": {
		"typo3/cms": {
			"extension-key": "news_administration"
		}
	}
}
