mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-15 18:49:22 +00:00
207a5e27be
* grunt-banana-checker: 0.2.1 → 0.2.2 Change-Id: Ie02e44cc819e191ad0246f491988dbbf1856b5b0
19 lines
452 B
JSON
19 lines
452 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-jshint": "0.11.2",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "1.8.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|