mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-12-01 02:06:14 +00:00
fb3d2649ac
* grunt-banana-checker: 0.2.2 → 0.4.0 Change-Id: Icc2d835b369a2d790f93e36bc7b6b435d43d4484
16 lines
325 B
JSON
16 lines
325 B
JSON
{
|
|
"name": "spamblacklist",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the SpamBlacklist extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|