mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/SpamBlacklist
synced 2024-11-15 03:13:58 +00:00
193339c7f0
See T119973 Change-Id: If8ab371645148b932cf95af043ef0ea5b90db9cb
17 lines
362 B
JSON
17 lines
362 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-banana-checker": "0.4.0",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-jshint": "1.1.0",
|
|
"grunt-jsonlint": "1.0.7"
|
|
}
|
|
}
|