mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-13 17:53:12 +00:00
d010411d4a
Change-Id: Id25ea79f90a67ecb9cfc160b2d3cfb1c6656363c
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.13.0",
|
|
"grunt-eslint": "24.3.0"
|
|
}
|
|
}
|