2015-04-21 01:46:37 +00:00
|
|
|
{
|
2018-10-11 05:23:35 +00:00
|
|
|
"name": "citethispage",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the CiteThisPage extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-06 07:49:00 +00:00
|
|
|
"eslint-config-wikimedia": "0.21.0",
|
2022-05-22 11:30:50 +00:00
|
|
|
"grunt": "1.5.3",
|
2020-04-19 01:54:58 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2020-07-16 19:40:08 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2020-11-21 22:16:38 +00:00
|
|
|
"grunt-stylelint": "0.16.0",
|
2021-09-04 05:06:50 +00:00
|
|
|
"stylelint-config-wikimedia": "0.11.1"
|
2021-06-24 01:01:35 +00:00
|
|
|
}
|
2015-04-21 01:46:37 +00:00
|
|
|
}
|