2019-12-26 07:08:10 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2019-12-26 07:18:54 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
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",
|
|
|
|
"stylelint-config-wikimedia": "0.8.0"
|
2019-12-26 07:08:10 +00:00
|
|
|
},
|
|
|
|
"eslintIgnore": [
|
2019-12-26 09:40:43 +00:00
|
|
|
"vendor/**",
|
|
|
|
"node_modules/**"
|
|
|
|
],
|
|
|
|
"jshintConfig": {
|
|
|
|
"esversion": 6
|
|
|
|
}
|
2019-12-26 07:08:10 +00:00
|
|
|
}
|