mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-13 18:16:56 +00:00
089f718cdc
* https://npmjs.com/advisories/1179 Change-Id: Ic5c4ff6c46ee753a3f663e1fd52ada32f13277ee
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.14.0",
|
|
"stylelint-config-wikimedia": "0.9.0"
|
|
}
|
|
}
|