mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-24 06:24:29 +00:00
310bb4405a
Change-Id: I95cbc1fc9c2acedb5aedc3829e84a2de07d5df50
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.14.3",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.11.1",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|