mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-24 00:07:16 +00:00
a053f589cb
Change-Id: I169d73022c8ab4448dc6b230b84daf3084e3f8b0
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"name": "Editcount",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.28.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.13.0",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|