mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Editcount
synced 2024-11-11 17:08:12 +00:00
46d0c06b31
Change-Id: Iff3624100dd1913188e03e4fbc04cc07eaf2ffa9
14 lines
232 B
JSON
14 lines
232 B
JSON
{
|
|
"name": "Editcount",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"grunt-eslint": "24.0.1"
|
|
}
|
|
}
|