mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-15 03:13:58 +00:00
0a9903293d
Change-Id: I9415c7962bc5b03c12bc8174bffc601ce60e489e
17 lines
349 B
JSON
17 lines
349 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.11.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|