mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-13 17:53:33 +00:00
c8d9a9d7e4
* grunt-jsonlint: 1.0.4 → 1.0.7 Change-Id: I054a4a6b7968788caf24a106c629d7764d7ba161
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.7"
|
|
}
|
|
}
|