mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-24 00:03:56 +00:00
9ef31819ea
Change-Id: Ibe44cc6aa1daa274a9e9125dddb28c9d4eeb2cd2
23 lines
571 B
JSON
23 lines
571 B
JSON
{
|
|
"name": "MultimediaViewer",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm -s run minify",
|
|
"test": "grunt test",
|
|
"minify": "npm -s run minify:svg",
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
|
"doc": "jsdoc -c jsdoc.json"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.27.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.12.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"grunt-stylelint": "0.19.0",
|
|
"jsdoc": "4.0.2",
|
|
"jsdoc-wmf-theme": "1.0.1",
|
|
"stylelint-config-wikimedia": "0.16.1",
|
|
"svgo": "3.2.0"
|
|
}
|
|
}
|