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": {
|
2018-11-01 11:20:46 +00:00
|
|
|
"eslint-config-wikimedia": "0.8.1",
|
2018-09-09 17:05:47 +00:00
|
|
|
"grunt": "1.0.3",
|
2018-02-26 18:29:23 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2018-09-09 17:05:47 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-03-25 13:52:01 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-09 17:05:47 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
|
|
|
"stylelint": "9.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.3"
|
2017-03-25 13:52:01 +00:00
|
|
|
}
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|