mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
e131da48f9
Change-Id: I275ecfa03b3df8554b30f2a0f6d94d4b66da8088
19 lines
445 B
JSON
19 lines
445 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm -s run minify-svg",
|
|
"test": "grunt test",
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"grunt-stylelint": "0.18.0",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|