mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/ReplaceText
synced 2024-11-27 16:10:15 +00:00
2d7f3189ba
Change-Id: Ic967a48af5d8653563446e7a364efcfcd18979b6
18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.19.0",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|