2015-06-20 04:55:50 +00:00
|
|
|
{
|
2019-08-02 23:35:28 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2021-04-12 19:41:42 +00:00
|
|
|
"build": "npm -s run minify-svg",
|
2019-08-02 23:35:28 +00:00
|
|
|
"test": "grunt test",
|
2022-02-27 10:42:31 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js --quiet --recursive --folder resources/",
|
2019-08-02 23:35:28 +00:00
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-19 23:05:49 +00:00
|
|
|
"eslint-config-wikimedia": "0.22.1",
|
2022-05-19 22:58:01 +00:00
|
|
|
"grunt": "1.5.3",
|
2020-04-19 12:58:12 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2022-05-19 23:05:49 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2022-05-19 22:58:01 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
|
|
|
"stylelint-config-wikimedia": "0.13.0",
|
2022-02-27 10:42:31 +00:00
|
|
|
"svgo": "2.8.0"
|
2019-08-02 23:35:28 +00:00
|
|
|
}
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|