2014-06-04 02:34:04 +00:00
|
|
|
{
|
2022-05-20 09:33:28 +00:00
|
|
|
"name": "TemplateData",
|
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": {
|
2022-03-13 17:17:03 +00:00
|
|
|
"eslint-config-wikimedia": "0.22.1",
|
2022-05-26 22:39:52 +00:00
|
|
|
"grunt": "1.5.3",
|
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",
|
2022-03-13 17:17:03 +00:00
|
|
|
"grunt-eslint": "24.0.0",
|
2022-05-04 22:33:49 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2022-05-20 09:33:28 +00:00
|
|
|
"jsdoc": "3.6.10",
|
2022-05-04 22:33:49 +00:00
|
|
|
"stylelint-config-wikimedia": "0.13.0"
|
2018-10-11 11:15:00 +00:00
|
|
|
}
|
2014-06-04 02:34:04 +00:00
|
|
|
}
|