mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-11 16:49:30 +00:00
2a07d8896d
Change-Id: Id21110fd0f3b6fedba623a49740c23703055b9cb
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "LoginNotify",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|