mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
157e61305d
Change-Id: I8f00b4797902b3462d05625371685c4d11c780ba
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.22.1",
|
|
"grunt": "1.5.3",
|
|
"grunt-banana-checker": "0.10.0",
|
|
"grunt-contrib-watch": "1.1.0",
|
|
"grunt-eslint": "24.0.0",
|
|
"svgo": "2.8.0"
|
|
}
|
|
}
|