mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-14 19:31:55 +00:00
930335fc0d
Change-Id: Ibe0e5fb26ecbdf6dbf3792bbb5b53d92c88eaf20
15 lines
282 B
JSON
15 lines
282 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.4.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"stylelint-config-wikimedia": "0.12.2"
|
|
}
|
|
}
|