mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
b403b58682
Most functionality is provided by MWExtensionNode & MWLiveExtensionInspector. Bug: T45126 Bug: T60388 Bug: T69515 Change-Id: If502a8bd2199b6ceb824e02fdfd13c81c39b53b4
20 lines
490 B
JSON
20 lines
490 B
JSON
{
|
|
"name": "SyntaxHighlight_GeSHi",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the SyntaxHighlight_GeSHi MediaWiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.2.2",
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.2",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "1.8.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|