mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/InputBox
synced 2024-12-18 01:30:38 +00:00
ba966b42c4
Change-Id: I973cf055062b1df04f95e57c56f8f4a7b0369343
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "InputBox",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.1",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.14.0"
|
|
}
|
|
}
|