mediawiki-extensions-Thanks/package.json

17 lines
357 B
JSON
Raw Normal View History

{
"name": "Thanks",
"private": true,
"scripts": {
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
"test": "grunt test"
},
"devDependencies": {
"eslint-config-wikimedia": "0.25.1",
"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"
}
}