2015-05-02 03:49:09 +00:00
|
|
|
{
|
2022-05-21 08:36:17 +00:00
|
|
|
"name": "Thanks",
|
2017-04-16 10:46:40 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-02-07 13:10:18 +00:00
|
|
|
"minify:svg": "svgo --config=.svgo.config.js --quiet --folder modules/",
|
2017-04-16 10:46:40 +00:00
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-30 11:01:52 +00:00
|
|
|
"eslint-config-wikimedia": "0.26.0",
|
2023-03-27 21:10:22 +00:00
|
|
|
"grunt": "1.6.1",
|
2023-10-04 15:56:18 +00:00
|
|
|
"grunt-banana-checker": "0.11.1",
|
2018-10-11 11:17:29 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-10-04 15:56:18 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
2024-04-01 23:31:42 +00:00
|
|
|
"grunt-stylelint": "0.19.0",
|
|
|
|
"stylelint-config-wikimedia": "0.16.1",
|
2024-01-15 21:05:13 +00:00
|
|
|
"svgo": "3.2.0"
|
2017-04-16 10:46:40 +00:00
|
|
|
}
|
2015-05-02 03:49:09 +00:00
|
|
|
}
|