mediawiki-extensions-ImageMap/extension.json
Kghbln 65fb633a98 Tweaking license information
* Add license label to extension.json
* Make composer.json consistent with COPYING
  GPL-2.0+ is fine (see T130531)

Bug: T123943
Bug: T130531
Change-Id: I6e4d718a413a938a247ede847367769eefa6156a
2016-04-12 18:53:20 +00:00

26 lines
475 B
JSON

{
"name": "ImageMap",
"author": "Tim Starling",
"url": "https://www.mediawiki.org/wiki/Extension:ImageMap",
"descriptionmsg": "imagemap_desc",
"license-name": "GPL-2.0+",
"type": "parserhook",
"MessagesDirs": {
"ImageMap": [
"i18n"
]
},
"Hooks": {
"ParserFirstCallInit": [
"ImageMap::onParserFirstCallInit"
]
},
"AutoloadClasses": {
"ImageMap": "ImageMap_body.php"
},
"ParserTestFiles": [
"imageMapParserTests.txt"
],
"manifest_version": 1
}