mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
30 lines
685 B
JSON
30 lines
685 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|