mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-27 16:40:04 +00:00
909c754dc9
Change-Id: I106514555d449923db84730705d92b8a3a9db037
16 lines
320 B
JSON
16 lines
320 B
JSON
{
|
|
"name": "spamblacklist",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the SpamBlacklist extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.16.2",
|
|
"grunt": "1.2.1",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0"
|
|
}
|
|
}
|