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": {
|
2019-02-09 18:17:44 +00:00
|
|
|
"eslint-config-wikimedia": "0.10.1",
|
2018-09-09 17:05:47 +00:00
|
|
|
"grunt": "1.0.3",
|
2019-01-11 13:03:15 +00:00
|
|
|
"grunt-banana-checker": "0.7.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",
|
2018-12-02 22:40:28 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0"
|
2017-03-25 13:52:01 +00:00
|
|
|
}
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|