2015-06-17 19:05:04 +00:00
|
|
|
{
|
2018-09-06 09:18:15 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-08 22:34:48 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2018-09-16 21:15:21 +00:00
|
|
|
"eslint-plugin-qunit": "3.3.1",
|
2019-06-07 20:08:25 +00:00
|
|
|
"grunt": "1.0.4",
|
2019-12-15 13:41:26 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
2020-01-08 22:34:48 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2018-09-16 21:15:21 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2020-01-08 22:34:48 +00:00
|
|
|
"grunt-stylelint": "0.13.0",
|
|
|
|
"stylelint-config-wikimedia": "0.8.0"
|
2018-09-06 09:18:15 +00:00
|
|
|
}
|
2015-06-17 19:05:04 +00:00
|
|
|
}
|