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-06-20 03:12:09 +00:00
|
|
|
"eslint-config-wikimedia": "0.28.2",
|
2023-03-14 20:51:46 +00:00
|
|
|
"grunt": "1.6.1",
|
2024-05-18 01:09:17 +00:00
|
|
|
"grunt-banana-checker": "0.13.0",
|
2024-02-08 11:08:35 +00:00
|
|
|
"grunt-eslint": "24.3.0",
|
2024-06-20 03:12:09 +00:00
|
|
|
"grunt-stylelint": "0.20.1",
|
|
|
|
"stylelint-config-wikimedia": "0.17.2"
|
2021-06-24 01:01:35 +00:00
|
|
|
}
|
2015-04-21 01:46:37 +00:00
|
|
|
}
|