2015-06-25 14:54:19 -04:00
|
|
|
{
|
2017-03-25 07:32:12 -04:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-25 11:19:34 -04:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2018-02-26 13:30:46 -05:00
|
|
|
"grunt": "1.0.2",
|
|
|
|
"grunt-banana-checker": "0.6.0",
|
|
|
|
"grunt-eslint": "20.1.0",
|
2017-03-25 07:32:12 -04:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-02-26 13:30:46 -05:00
|
|
|
"grunt-stylelint": "0.9.0",
|
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2017-03-25 07:32:12 -04:00
|
|
|
}
|
2015-06-25 14:54:19 -04:00
|
|
|
}
|