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": {
|
2021-03-06 08:54:14 +00:00
|
|
|
"eslint-config-wikimedia": "0.18.2",
|
2020-09-05 10:28:59 +00:00
|
|
|
"grunt": "1.3.0",
|
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",
|
|
|
|
"stylelint-config-wikimedia": "0.10.3"
|
2019-05-06 22:40:26 +00:00
|
|
|
},
|
|
|
|
"dependencies": {}
|
2015-04-21 01:46:37 +00:00
|
|
|
}
|