mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
8ff7c73945
Change-Id: I65fa81b1f4af2db9161db3c3494dfb37490a7bd9
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "OATHAuth",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.25.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-eslint": "24.0.1",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.14.0"
|
|
}
|
|
}
|