mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
a97fe82c40
Bug: T220161 Change-Id: I768d7da58f0ebb1ae10b41510d4a0b48a1139e3c
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.11.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|