mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TitleBlacklist
synced 2024-11-28 07:50:32 +00:00
ccf77bdddb
Change-Id: I34d56f7e6c8efe4b9bb1efebd2e8bfce35d6afb7
14 lines
237 B
JSON
14 lines
237 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.9.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-jsonlint": "1.1.0"
|
|
}
|
|
}
|