mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-14 11:17:15 +00:00
14c09ad705
Change-Id: I7e0ea80e93f813e62a73e6672b3210c81aeaa18a
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.12.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint": "9.2.0",
|
|
"stylelint-config-wikimedia": "0.4.3"
|
|
}
|
|
}
|