919fcc893b
Change-Id: Ie0cdec33f32004ee9ee4d984246c6fa24f98b0d1
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"name": "MonoBook",
|
|
"private": true,
|
|
"scripts": {
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/images",
|
|
"test": "grunt test"
|
|
},
|
|
"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.17.0",
|
|
"stylelint-config-wikimedia": "0.13.0",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|