mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-14 09:44:46 +00:00
f089345e40
Change-Id: I04e5ca1e35dba9186b2c02380e2439eae040edac
14 lines
236 B
JSON
14 lines
236 B
JSON
{
|
|
"name": "TitleBlacklist",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|