2016-05-30 22:21:25 +00:00
|
|
|
{
|
2018-10-11 10:39:03 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-22 18:59:29 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2021-05-13 05:05:07 +00:00
|
|
|
"grunt": "1.4.0",
|
2020-04-19 17:21:23 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2020-01-08 04:58:42 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2018-10-11 10:39:03 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2020-04-22 18:59:29 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2021-05-13 05:05:07 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.3"
|
2018-10-11 10:39:03 +00:00
|
|
|
},
|
|
|
|
"eslintIgnore": [
|
|
|
|
"vendor/**"
|
|
|
|
]
|
2016-05-30 22:21:25 +00:00
|
|
|
}
|