mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-23 22:54:57 +00:00
8dbed159ff
Change-Id: I3b556d5d49c21d663d38d530d27b46990ce97379
16 lines
321 B
JSON
16 lines
321 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.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.12.0",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|