mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/LoginNotify
synced 2024-11-15 11:11:02 +00:00
12 lines
171 B
JSON
12 lines
171 B
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "1.0.1",
|
||
|
"grunt-banana-checker": "0.5.0",
|
||
|
"grunt-jsonlint": "1.1.0"
|
||
|
}
|
||
|
}
|