mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-23 22:54:57 +00:00
af6db20f48
Change-Id: I825c702290766c7be5870fbdb6facc573f498cfe
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.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0"
|
|
}
|
|
}
|