mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-11 17:01:13 +00:00
234b047c30
Change-Id: I6a09f8ed73b8ccbf2c7b34d3a9a9dbb4ccbd85f5
16 lines
304 B
JSON
16 lines
304 B
JSON
{
|
|
"name": "OATHAuth",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"stylelint-config-wikimedia": "0.16.1"
|
|
}
|
|
}
|