2014-06-04 02:34:04 +00:00
|
|
|
{
|
2018-10-11 11:15:00 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-11-30 17:12:34 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json",
|
|
|
|
"test": "grunt test"
|
2018-10-11 11:15:00 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-14 06:26:22 +00:00
|
|
|
"eslint-config-wikimedia": "0.20.0",
|
2021-05-14 02:51:59 +00:00
|
|
|
"grunt": "1.4.0",
|
2020-04-19 20:24:30 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2018-10-11 11:15:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-07-08 12:08:35 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-11-22 10:55:57 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
2020-11-30 17:12:34 +00:00
|
|
|
"jsdoc": "3.6.6",
|
2020-11-22 10:55:57 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3"
|
2018-10-11 11:15:00 +00:00
|
|
|
}
|
2014-06-04 02:34:04 +00:00
|
|
|
}
|