mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 10:39:53 +00:00
ea982549bc
Change-Id: I2f808a911ab88ccc00d20a9bdf172922f2d6ba12
20 lines
499 B
JSON
20 lines
499 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": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|