mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-11 16:59:25 +00:00
9a8c807f51
Change-Id: I3972918c00e69d325c5cb2055d4996a8c07b1034
20 lines
420 B
JSON
20 lines
420 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|