mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-13 17:53:12 +00:00
122d47d87d
Change-Id: I2b9ba2b446f9e5ee51e2430aa303ec64c13b634d
14 lines
234 B
JSON
14 lines
234 B
JSON
{
|
|
"name": "LoginNotify",
|
|
"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"
|
|
}
|
|
}
|