mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ConfirmEdit
synced 2024-11-13 18:07:00 +00:00
e620b3f4e9
Change-Id: Ia6fdcdaf930bc83278019dff529d52a929702486
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"name": "ConfirmEdit",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|