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",
|
2021-04-12 19:41:42 +00:00
|
|
|
"minify-svg": "svgo --config=.svgo.config.js -q -r -f resources/",
|
2019-08-02 23:35:28 +00:00
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-16 07:31:44 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2021-05-11 20:38:03 +00:00
|
|
|
"grunt": "1.4.0",
|
2020-04-19 12:58:12 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2020-06-26 10:45:20 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-11-22 06:35:36 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
2021-09-04 11:31:33 +00:00
|
|
|
"stylelint-config-wikimedia": "0.11.1",
|
2021-07-22 12:46:03 +00:00
|
|
|
"svgo": "2.3.1"
|
2019-08-02 23:35:28 +00:00
|
|
|
}
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|