2015-06-25 14:54:19 -04:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-23 10:14:01 -05:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-eslint": "19.0.0",
|
|
|
|
"eslint-config-wikimedia": "0.3.0",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-stylelint": "0.6.0",
|
|
|
|
"stylelint-config-wikimedia": "0.3.0"
|
2015-06-25 14:54:19 -04:00
|
|
|
}
|
|
|
|
}
|