mediawiki-extensions-Syntax.../package.json

17 lines
351 B
JSON
Raw Permalink Normal View History

{
"name": "SyntaxHighlight_GeSHi",
"private": true,
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.28.2",
"grunt": "1.6.1",
"grunt-banana-checker": "0.13.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "24.3.0",
"grunt-stylelint": "0.20.1",
"stylelint-config-wikimedia": "0.17.2"
}
}