mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SyntaxHighlight_GeSHi
synced 2024-11-28 00:01:10 +00:00
7e344532c0
Change-Id: I60680de345c39a365b58c016a49c0e7ea11510be
16 lines
315 B
JSON
16 lines
315 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.13.1",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.11.0",
|
|
"stylelint-config-wikimedia": "0.6.0"
|
|
}
|
|
}
|