mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-13 17:53:12 +00:00
012f0522f8
Change-Id: I239cff0a6b475e2e3ddf7b183b6e90d4ccc99072
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "LoginNotify",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.0"
|
|
}
|
|
}
|