mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
153ecb8990
Change-Id: I5a5aede4114b0e6d370904a08f10b327b4968a2d
16 lines
310 B
JSON
16 lines
310 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.11.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-banana-checker": "0.7.0",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.10.1",
|
|
"stylelint-config-wikimedia": "0.5.0"
|
|
}
|
|
}
|