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": {
|
2024-06-20 18:56:23 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-03-15 23:52:30 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-05-18 06:05:25 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2018-10-11 11:15:00 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2023-10-26 12:31:59 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
2024-06-20 18:56:23 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
2024-02-16 11:24:07 +00:00
|
|
|
"jsdoc": "4.0.2",
|
2024-06-20 18:56:23 +00:00
|
|
|
"stylelint-config-wikimedia": "0.17.2"
|
2018-10-11 11:15:00 +00:00
|
|
|
}
|
2014-06-04 02:34:04 +00:00
|
|
|
}
|