mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 10:59:42 +00:00
4826b01af6
Change-Id: I53da439c547b1931140a407a71284643aa7f5d49
17 lines
357 B
JSON
17 lines
357 B
JSON
{
|
|
"name": "Thanks",
|
|
"private": true,
|
|
"scripts": {
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.26.0",
|
|
"grunt": "1.6.1",
|
|
"grunt-banana-checker": "0.11.1",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.3.0",
|
|
"svgo": "3.0.2"
|
|
}
|
|
}
|