mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/MultimediaViewer
synced 2024-11-28 01:50:09 +00:00
ee5fd7c6d9
Change-Id: Idd520fcadb28ddc197ecff8bd337107d23bd93af
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.18.2",
|
|
"grunt": "1.3.0",
|
|
"grunt-banana-checker": "0.9.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.16.0",
|
|
"grunt-svgmin": "6.0.0",
|
|
"stylelint-config-wikimedia": "0.10.3"
|
|
}
|
|
}
|