mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
bfdcd8dbf1
Change-Id: I0c35ed9b5ab00952124cb0e5c6c48fbc0d734f60
18 lines
354 B
JSON
18 lines
354 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "grunt build",
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.16.2",
|
|
"grunt": "1.1.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.15.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.10.1"
|
|
}
|
|
}
|