2015-06-20 04:55:50 +00:00
|
|
|
{
|
2019-08-02 23:35:28 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-02-24 13:55:54 +00:00
|
|
|
"build": "grunt build",
|
2019-08-02 23:35:28 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-09-04 06:23:23 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
|
|
"grunt": "1.3.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",
|
2019-08-02 23:35:28 +00:00
|
|
|
"grunt-svgmin": "6.0.0",
|
2020-11-22 06:35:36 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3"
|
2019-08-02 23:35:28 +00:00
|
|
|
}
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|