mediawiki-extensions-ImageMap/composer.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

25 lines
443 B
JSON

{
"name": "mediawiki/image-map",
"type": "mediawiki-extension",
"description": "Allows clickable HTML image maps",
"keywords": [
"Wiki",
"MediaWiki",
"ImageMap"
],
"homepage": "https://www.mediawiki.org/wiki/Extension:ImageMap",
"license" : "GPL-2.0+",
"require": {
"php": ">=5.3.0",
"composer/installers": "1.*,>=1.0.1"
},
"autoload": {
"files" : [
"ImageMap.php"
],
"classmap": [
"ImageMap_body.php"
]
}
}