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": {
|
2024-02-04 16:52:14 +00:00
|
|
|
"eslint-config-wikimedia": "0.25.1",
|
2023-03-14 20:51:46 +00:00
|
|
|
"grunt": "1.6.1",
|
2023-06-01 00:07:07 +00:00
|
|
|
"grunt-banana-checker": "0.11.0",
|
2023-04-28 23:57:35 +00:00
|
|
|
"grunt-eslint": "24.0.1",
|
2023-03-14 20:51:46 +00:00
|
|
|
"grunt-stylelint": "0.18.0",
|
2023-06-01 00:07:07 +00:00
|
|
|
"stylelint-config-wikimedia": "0.15.0"
|
2021-06-24 01:01:35 +00:00
|
|
|
}
|
2015-04-21 01:46:37 +00:00
|
|
|
}
|