2015-06-25 14:54:19 -04:00
|
|
|
{
|
2017-03-25 07:32:12 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-14 16:00:07 -05:00
|
|
|
"eslint-config-wikimedia": "0.10.0",
|
2018-09-09 13:07:33 -04:00
|
|
|
"grunt": "1.0.3",
|
2019-01-14 16:00:07 -05:00
|
|
|
"grunt-banana-checker": "0.7.0",
|
2018-09-09 13:07:33 -04:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-03-25 07:32:12 -04:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-09 13:07:33 -04:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2019-02-07 01:25:33 -05:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2018-12-08 15:24:55 -05:00
|
|
|
"stylelint-config-wikimedia": "0.5.0"
|
2017-03-25 07:32:12 -04:00
|
|
|
}
|
2015-06-25 14:54:19 -04:00
|
|
|
}
|