mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-11 16:49:30 +00:00
e845943d60
* eslint-config-wikimedia: 0.25.0 → 0.26.0 * grunt-eslint: 24.0.1 → 24.3.0 Change-Id: I4e85a5f0b473442f479b06dbcdf2d9d893aee13b
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "LoginNotify",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.0",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|