2019-12-26 07:08:10 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-12-26 07:18:54 +00:00
|
|
|
"test": "grunt test",
|
2019-12-26 18:12:54 +00:00
|
|
|
"doc": "jsdoc resources/main.js -c jsdoc.json -r"
|
2019-12-26 07:08:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-12-26 07:18:54 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2019-12-26 07:08:10 +00:00
|
|
|
"grunt": "1.0.4",
|
|
|
|
"grunt-banana-checker": "0.8.1",
|
2019-12-26 07:18:54 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2019-12-26 07:54:34 +00:00
|
|
|
"grunt-stylelint": "0.13.0",
|
2019-12-26 17:41:48 +00:00
|
|
|
"stylelint-config-wikimedia": "0.8.0",
|
|
|
|
"jsdoc": "3.6.3"
|
2019-12-26 07:08:10 +00:00
|
|
|
},
|
|
|
|
"eslintIgnore": [
|
2019-12-26 09:40:43 +00:00
|
|
|
"vendor/**",
|
2019-12-26 17:57:12 +00:00
|
|
|
"node_modules/**",
|
2019-12-26 17:57:49 +00:00
|
|
|
"out/**"
|
2019-12-26 09:40:43 +00:00
|
|
|
],
|
|
|
|
"jshintConfig": {
|
|
|
|
"esversion": 6
|
|
|
|
}
|
2019-12-26 07:08:10 +00:00
|
|
|
}
|