{
    "name": "CrawlerProtection",
    "author": "MyWikis LLC",
    "version": "1.1.0",
    "description": "Suite of protective measures to protect wikis from crawlers.",
    "type": "hook",
    "requires": {
        "MediaWiki": ">= 1.35"
    },
    "AutoloadNamespaces": {
        "MediaWiki\\Extension\\CrawlerProtection\\": "includes/"
    },
	"HookHandlers": {
		"main": {
			"class": "MediaWiki\\Extension\\CrawlerProtection\\Hooks",
			"services": []
		}
	},
    "Hooks": {
        "MediaWikiPerformAction": "main",
        "SpecialPageBeforeExecute": "main"
    },
    "license-name": "MIT",
    "Tests": {
        "phpunit": "tests/phpunit"
    },
    "MessagesDirs": {
        "CrawlerProtection": "i18n"
    },
    "manifest_version": 2
}
