mediawiki-skins-Citizen/package.json

19 lines
337 B
JSON
Raw Normal View History

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": [
"vendor/**"
]
}