2015-11-24 16:03:00 +00:00
|
|
|
{
|
2017-08-01 13:45:07 +00:00
|
|
|
"private": true,
|
2017-07-18 18:13:46 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-02-04 21:22:17 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2017-07-18 18:13:46 +00:00
|
|
|
"grunt": "1.0.1",
|
2017-07-20 13:34:40 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-02-04 21:22:17 +00:00
|
|
|
"grunt-eslint": "20.1.0",
|
2017-07-18 18:13:46 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-02-04 21:22:17 +00:00
|
|
|
"grunt-stylelint": "0.9.0",
|
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2017-07-18 18:13:46 +00:00
|
|
|
}
|
2015-11-24 16:03:00 +00:00
|
|
|
}
|