2015-06-25 14:54:19 -04:00
|
|
|
{
|
2017-03-25 07:32:12 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-09-09 13:07:33 -04:00
|
|
|
"eslint-config-wikimedia": "0.7.2",
|
|
|
|
"grunt": "1.0.3",
|
2018-02-26 13:30:46 -05:00
|
|
|
"grunt-banana-checker": "0.6.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",
|
|
|
|
"stylelint": "9.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.3"
|
2017-03-25 07:32:12 -04:00
|
|
|
}
|
2015-06-25 14:54:19 -04:00
|
|
|
}
|