mediawiki-extensions-Syntax.../composer.json

30 lines
685 B
JSON
Raw Normal View History

{
"name": "mediawiki/syntax-highlight_geshi",
"description": "Syntax highlighting extension for MediaWiki",
"require": {
"kzykhys/pygments": "1.0"
},
"license": "GPL-2+",
"authors": [
{
"name": "Brion Vibber",
"email": "brion@wikimedia.org"
},
{
"name": "Niklas Laxström",
"email": "nlaxstrom@wikimedia.org"
},
{
"name": "Ori Livneh",
"email": "ori@wikimedia.org"
},
{
"name": "Rob Church"
},
{
"name": "Tim Starling",
"email": "tstarling@wikimedia.org"
}
]
}