2015-06-20 04:55:50 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-03-11 10:35:48 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
2015-06-20 04:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-02-20 19:22:21 +00:00
|
|
|
"eslint-config-wikimedia": "0.11.0",
|
2018-09-13 21:13:56 +00:00
|
|
|
"grunt": "1.0.3",
|
2019-02-06 23:45:37 +00:00
|
|
|
"grunt-banana-checker": "0.7.0",
|
2018-09-13 21:13:56 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-10-31 17:49:29 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-09-13 21:13:56 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2018-01-23 20:00:13 +00:00
|
|
|
"grunt-svgmin": "5.0.0",
|
2018-11-29 05:13:08 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0"
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|
|
|
|
}
|