mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-27 17:50:06 +00:00
4e92b9be57
Change-Id: Id98b0bf8ad6635c9a7d1f24d1bd9d07f890b6c53
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"name": "Scribunto",
|
|
"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"
|
|
}
|
|
}
|