2015-06-25 19:11:24 +00:00
|
|
|
{
|
2017-03-25 13:52:01 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-25 15:21:21 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2017-03-25 13:52:01 +00:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
2017-08-25 15:21:21 +00:00
|
|
|
"grunt-eslint": "20.0.0",
|
2017-03-25 13:52:01 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2017-08-25 15:21:21 +00:00
|
|
|
"grunt-stylelint": "0.8.0",
|
2017-07-31 10:04:32 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-03-25 13:52:01 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
|
|
}
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|