mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-13 17:27:20 +00:00
afd07adabc
Change-Id: I11bd3ce18c986e6b767daef5f87f6ed325090ffc
18 lines
406 B
JSON
18 lines
406 B
JSON
{
|
|
"private": true,
|
|
"description": "Build tools for the AbuseFilter mediawiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.11.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.9.0",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|