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": {
|
2020-09-04 23:21:10 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
|
|
|
"grunt": "1.3.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
|
|
|
}
|